Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Jun 26, 2022
1 parent 9aeb653 commit eeccf32
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: True

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip

python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit eeccf32

Please sign in to comment.