Skip to content

Commit

Permalink
update RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Mar 4, 2024
1 parent a99d61d commit cec5618
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@
# Required
version: 2

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 and ePub
formats: all
# 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

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 cec5618

Please sign in to comment.