Skip to content

Commit

Permalink
rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Nov 30, 2023
1 parent 84a2677 commit b206b42
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .readthedocs.yml
@@ -1,8 +1,15 @@
version: 2

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

python:
install:
- requirements: requirements.txt

# Build PDF & HTML
formats:
- pdf
- htmlzip
python:
version: 3.7
install:
- requirements: requirements.txt
1 change: 1 addition & 0 deletions conf.py
Expand Up @@ -41,6 +41,7 @@
extensions = [
'sphinx.ext.githubpages',
'sphinxcontrib.httpdomain',
'sphinx_rtd_theme',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
@@ -1,2 +1,6 @@
sphinxcontrib-httpdomain
docutils<0.18
docutils
# Defining the exact version will make sure things don't break
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1

0 comments on commit b206b42

Please sign in to comment.