We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ebecd commit db3ff43Copy full SHA for db3ff43
.readthedocs.yaml
@@ -4,6 +4,10 @@ build:
4
tools:
5
python: "3.12"
6
7
+python:
8
+ install:
9
+ - requirements: docs/requirements.txt
10
+
11
sphinx:
12
configuration: docs/conf.py
13
docs/conf.py
@@ -84,7 +84,7 @@
84
# The theme to use for HTML and HTML Help pages. See the documentation for
85
# a list of builtin themes.
86
#
87
-html_theme = "default"
+html_theme = "sphinx_rtd_theme"
88
89
# Theme options are theme-specific and customize the look and feel of a theme
90
# further. For a list of options available for each theme, see the
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+sphinx
2
+sphinx_rtd_theme
0 commit comments