Skip to content

Commit

Permalink
update rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 18, 2023
1 parent 5ae1885 commit b3c2062
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: "ubuntu-22.04"
tools:
python: "3.10"

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

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3
install:
- requirements: doc/rtd-requirements.txt

0 comments on commit b3c2062

Please sign in to comment.