Skip to content

Commit

Permalink
Move Sphinx dependencies into requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 17, 2023
1 parent f56d9bc commit 7e8ddd1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 454 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ formats:

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]

intersphinx_mapping = {
"python": ("https://docs.python.org/3.6", None),
"python": ("https://docs.python.org/3.11", None),
}

nitpicky = True
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx
sphinx-rtd-theme

0 comments on commit 7e8ddd1

Please sign in to comment.