Skip to content

Commit

Permalink
Update readthedocs config to install docs optional dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Feb 10, 2024
1 parent 1c7a62c commit 7ab38ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
# tools:
# python: "3.12"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

python:
version: 3.12
pip_install: true
extra_requirements:
- docs

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

0 comments on commit 7ab38ae

Please sign in to comment.