Skip to content

Commit

Permalink
update rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed May 4, 2023
1 parent 8ff836c commit b95a72a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version: 2
# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py
fail_on_warning: true

# 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
# system_packages: true
# install:
# - requirements: doc/rtd-requirements.txt
version: "3.8"
system_packages: true
install:
- requirements: doc/rtd-requirements.txt
4 changes: 4 additions & 0 deletions doc/rtd-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
setuptools>60
Sphinx>6,<7
sphinx-rtd-theme>1
urllib3<2

0 comments on commit b95a72a

Please sign in to comment.