mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
fix ciphers link (#8799)
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
..
|
||||||
|
Sphinx complains that this file isn't included in any toctree, however, we
|
||||||
|
currently link to it in the section about installing Certbot through Docker.
|
||||||
|
Setting :orphan: below suppresses this warning. See
|
||||||
|
https://www.sphinx-doc.org/en/master/usage/restructuredtext/field-lists.html#special-metadata-fields.
|
||||||
|
|
||||||
|
:orphan:
|
||||||
|
|
||||||
============
|
============
|
||||||
Ciphersuites
|
Ciphersuites
|
||||||
============
|
============
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ language = None
|
|||||||
exclude_patterns = [
|
exclude_patterns = [
|
||||||
'_build',
|
'_build',
|
||||||
'challenges.rst',
|
'challenges.rst',
|
||||||
'ciphers.rst'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user