We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c3d3e commit 62bcff3Copy full SHA for 62bcff3
.readthedocs.yaml
@@ -10,6 +10,8 @@ build:
10
os: ubuntu-22.04
11
tools:
12
python: "3.7"
13
+ apt_packages:
14
+ - graphviz
15
16
# Build documentation in the docs/ directory with Sphinx
17
sphinx:
docs/conf.py
@@ -127,10 +127,8 @@
127
128
# The theme to use for HTML and HTML Help pages. See the documentation for
129
# a list of builtin themes.
130
-if on_rtd:
131
- html_theme = "default"
132
-else:
133
- html_theme = "sphinx_rtd_theme"
+html_theme = "sphinx_rtd_theme"
+if not on_rtd:
134
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
135
136
# Theme options are theme-specific and customize the look and feel of a
0 commit comments