Skip to content

Commit db3ff43

Browse files
ewjoachimcarltongibson
authored andcommitted
Reset theme to ReadTheDocs' default theme
1 parent d6ebecd commit db3ff43

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.readthedocs.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ build:
44
tools:
55
python: "3.12"
66

7+
python:
8+
install:
9+
- requirements: docs/requirements.txt
10+
711
sphinx:
812
configuration: docs/conf.py
913

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# The theme to use for HTML and HTML Help pages. See the documentation for
8585
# a list of builtin themes.
8686
#
87-
html_theme = "default"
87+
html_theme = "sphinx_rtd_theme"
8888

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

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

0 commit comments

Comments
 (0)