Skip to content

Commit

Permalink
feat: add readthedocs config (#1)
Browse files Browse the repository at this point in the history
To prevent warnings and future errors from RTD once they require configs
  • Loading branch information
thephez authored Jun 19, 2023
1 parent 54128a6 commit 89575d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

python:
install:
- requirements: requirements.txt

formats: [ pdf ]
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Babel==2.12.1
myst-parser==1.0.0
pydata-sphinx-theme==0.12.0
sphinx==5.3.0
sphinx-copybutton==0.5.2
sphinx-hoverxref==1.3.0
sphinx-multiproject==1.0.0rc1
sphinx_design==0.4.1
jinja2==3.1.2

0 comments on commit 89575d0

Please sign in to comment.