1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
From: Gordon Ball <gordon@chronitis.net>
Date: Tue, 15 Sep 2020 12:50:42 +0000
Subject: Documentation fixes
Forwarded: Debian-specific
---
docs/conf.py | 2 --
1 file changed, 2 deletions(-)
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,7 +39,6 @@
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
# 'autodoc_traits', # TODO
- 'myst_parser',
]
try:
@@ -103,7 +102,6 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'sphinx_book_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
--- a/docs/autogen_config.py
+++ b/docs/autogen_config.py
@@ -41,7 +41,7 @@
except NameError:
indir = os.getcwd()
-destination = os.path.join(indir, "reference/config_options.rst")
+destination = os.path.join(indir, "config_options.rst")
with open(destination, "w") as f:
app = NbClientApp()
|