mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
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:
@@ -87,7 +87,6 @@ language = 'en'
|
|||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = [
|
exclude_patterns = [
|
||||||
'_build',
|
'_build',
|
||||||
'man/*'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all
|
# The reST default role (used for this markup: `text`) to use for all
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
:orphan:
|
||||||
|
|
||||||
.. literalinclude:: ../jws-help.txt
|
.. literalinclude:: ../jws-help.txt
|
||||||
|
|||||||
@@ -97,7 +97,6 @@ language = None
|
|||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = [
|
exclude_patterns = [
|
||||||
'_build',
|
'_build',
|
||||||
'man',
|
|
||||||
'challenges.rst',
|
'challenges.rst',
|
||||||
'ciphers.rst'
|
'ciphers.rst'
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
:orphan:
|
||||||
|
|
||||||
.. literalinclude:: ../cli-help.txt
|
.. literalinclude:: ../cli-help.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user