Skip to content

Commit

Permalink
update RTD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Apr 2, 2024
1 parent 532bb80 commit 2c35253
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -38,6 +38,7 @@ htmlcov/
.tox/
.coverage
.cache
.pytest_cache/
nosetests.xml
coverage.xml

Expand Down
15 changes: 11 additions & 4 deletions .readthedocs.yml
Expand Up @@ -5,13 +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

4 changes: 4 additions & 0 deletions doc/rtd-requirements.txt
@@ -0,0 +1,4 @@
setuptools>60
Sphinx>6,<7
sphinx-rtd-theme>1
urllib3<2

0 comments on commit 2c35253

Please sign in to comment.