Skip to content

Commit 666a342

Browse files
committed
Reset theme to ReadTheDocs' default theme.
1 parent 78fbab6 commit 666a342

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ build:
1414
# rust: "1.70"
1515
# golang: "1.20"
1616

17+
python:
18+
install:
19+
- requirements: docs/requirements.txt
20+
1721
# Build documentation in the "docs/" directory with Sphinx
1822
sphinx:
1923
configuration: docs/conf.py

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
# The theme to use for HTML and HTML Help pages. See the documentation for
102102
# a list of builtin themes.
103-
html_theme = 'default'
103+
html_theme = 'sphinx_rtd_theme'
104104

105105
# Theme options are theme-specific and customize the look and feel of a theme
106106
# further. For a list of options available for each theme, see the

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

0 commit comments

Comments
 (0)