Skip to content

Commit ca75c83

Browse files
authored
Merge pull request #134 from lsst-sqre/tickets/DM-36156
DM-36156: Exclude click and autoprogram from guide config
2 parents 6e06038 + 4a2a243 commit ca75c83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/documenteer.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ github_url = "https://github.com/lsst-sqre/documenteer"
88
package = "documenteer"
99

1010
[sphinx]
11+
extensions = [
12+
"sphinx_click.ext",
13+
"sphinxcontrib.autoprogram",
14+
]
1115
rst_epilog_file = "_rst_epilog.rst"
1216
nitpicky = true
1317
nitpick_ignore = [

src/documenteer/conf/guide.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107
"sphinx.ext.intersphinx",
108108
"sphinx.ext.todo",
109109
"sphinx.ext.ifconfig",
110-
"sphinx_click.ext",
111-
"sphinxcontrib.autoprogram",
112110
"sphinx-prompt",
113111
"sphinx.ext.napoleon",
114112
"sphinx_autodoc_typehints",

0 commit comments

Comments
 (0)