Skip to content

Commit 0ec8ff9

Browse files
committed
doc: Add restbuilder for make rst
As currently all manpages are tracked as rst and man/troff. As we transition to sphinx-generated manpages, this will allow us to keep tracking them as rst for now. Signed-off-by: Jonas Rebmann <[email protected]>
1 parent 7d539f9 commit 0ec8ff9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'sphinx.ext.coverage',
4242
'sphinx.ext.viewcode',
4343
'sphinxarg.ext', # sphinx-argparse
44+
'sphinxcontrib.restbuilder',
4445
'sphinx.ext.autosectionlabel',
4546
'sphinx_rtd_theme']
4647

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ doc = [
5757
"sphinx_rtd_theme>=1.0.0",
5858
"Sphinx>=2.0.0",
5959
"sphinx-argparse",
60+
"sphinxcontrib-restbuilder",
6061
]
6162
docker = ["docker>=5.0.2"]
6263
graph = ["graphviz>=0.17.0"]

0 commit comments

Comments
 (0)