Skip to content

Commit

Permalink
Fix rdt theme (EugenMayer#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer authored Aug 3, 2024
1 parent d8da343 commit 8575333
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ build:

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
# import sphinx_rtd_theme


# -- Project information -----------------------------------------------------
Expand All @@ -43,8 +44,11 @@
extensions = [
'sphinx.ext.doctest',
'sphinx.ext.todo',
"sphinx_rtd_theme",
]

html_theme = "sphinx_rtd_theme"

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme==2.0.0

0 comments on commit 8575333

Please sign in to comment.