Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed May 18, 2023
1 parent 5c74f50 commit 37c846f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"
install:
requirements: requirements.txt
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
image: latest

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

python:
version: 3.9
install:
- requirements: requirements.txt

0 comments on commit 37c846f

Please sign in to comment.