mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Unify todo_include_todos
This commit is contained in:
committed by
Peter Eckersley
parent
635008f5e6
commit
511eef130b
+3
-2
@@ -126,6 +126,9 @@ pygments_style = 'sphinx'
|
|||||||
# If true, keep warnings as "system message" paragraphs in the built documents.
|
# If true, keep warnings as "system message" paragraphs in the built documents.
|
||||||
#keep_warnings = False
|
#keep_warnings = False
|
||||||
|
|
||||||
|
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
||||||
|
todo_include_todos = True
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
@@ -324,5 +327,3 @@ intersphinx_mapping = {
|
|||||||
'python': ('https://docs.python.org/': None),
|
'python': ('https://docs.python.org/': None),
|
||||||
'acme': ('https://acme-python.readthedocs.org', None),
|
'acme': ('https://acme-python.readthedocs.org', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
todo_include_todos = True
|
|
||||||
|
|||||||
Reference in New Issue
Block a user