Allow the extension for adding todo notes to rst files. Add information on how to use this extension to the contribution section.

This commit is contained in:
Kirill Chalov
2019-09-11 17:15:00 +08:00
parent 15e0ee528e
commit 7c491d2335
2 changed files with 35 additions and 0 deletions

View File

@@ -154,8 +154,14 @@ extensions = ['breathe',
'sphinxcontrib.rackdiag',
'sphinxcontrib.packetdiag',
'html_redirects',
'sphinx.ext.todo',
]
# sphinx.ext.todo extension parameters
# If the below parameter is True, the extension
# produces output, else it produces nothing.
todo_include_todos = False
# Enabling this fixes cropping of blockdiag edge labels
seqdiag_antialias = True