We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e06038 + 4a2a243 commit ca75c83Copy full SHA for ca75c83
docs/documenteer.toml
@@ -8,6 +8,10 @@ github_url = "https://github.com/lsst-sqre/documenteer"
8
package = "documenteer"
9
10
[sphinx]
11
+extensions = [
12
+ "sphinx_click.ext",
13
+ "sphinxcontrib.autoprogram",
14
+]
15
rst_epilog_file = "_rst_epilog.rst"
16
nitpicky = true
17
nitpick_ignore = [
src/documenteer/conf/guide.py
@@ -107,8 +107,6 @@
107
"sphinx.ext.intersphinx",
108
"sphinx.ext.todo",
109
"sphinx.ext.ifconfig",
110
- "sphinx_click.ext",
111
- "sphinxcontrib.autoprogram",
112
"sphinx-prompt",
113
"sphinx.ext.napoleon",
114
"sphinx_autodoc_typehints",
0 commit comments