Skip to content

Commit

Permalink
Add build information to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Dec 18, 2024
1 parent a747bd0 commit 7cb3bf2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
version: 2

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

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

formats: all

python:
version: 3.7
version: 3.9
install:
- requirements: requirements.txt
- requirements: dev-requirements.txt
Expand Down

0 comments on commit 7cb3bf2

Please sign in to comment.