We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1119be7 commit f7bee23Copy full SHA for f7bee23
1 file changed
doc/conf.py
@@ -30,12 +30,12 @@
30
# Add any Sphinx extension module names here, as strings. They can be
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32
# ones.
33
-extensions = [
34
- 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme',
35
-]
36
#extensions = [
37
-# 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme', 'sphinx_panels',
+# 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme',
38
#]
+extensions = [
+ 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme', 'sphinx_panels',
+]
39
40
# Add any paths that contain templates here, relative to this directory.
41
templates_path = ['_templates']
0 commit comments