Fix Sphinx manpage Building (#8646)

* certbot docs: include & orphan 'man/cerbot.rst'; fixes manpage building

* acme docs: include & orphan 'man/jws.rst'; fixes manpage building
This commit is contained in:
sommersoft
2021-02-09 11:29:31 +01:00
committed by GitHub
parent 2a16aa16c3
commit edad9bd82b
4 changed files with 4 additions and 2 deletions
-1
View File
@@ -87,7 +87,6 @@ language = 'en'
# directories to ignore when looking for source files.
exclude_patterns = [
'_build',
'man/*'
]
# The reST default role (used for this markup: `text`) to use for all
+2
View File
@@ -1 +1,3 @@
:orphan:
.. literalinclude:: ../jws-help.txt
-1
View File
@@ -97,7 +97,6 @@ language = None
# directories to ignore when looking for source files.
exclude_patterns = [
'_build',
'man',
'challenges.rst',
'ciphers.rst'
]
+2
View File
@@ -1 +1,3 @@
:orphan:
.. literalinclude:: ../cli-help.txt