Block comment should start with '# '
Each line of a block comment starts with a # and a single space. Change-Id: I9a36ecfa47d683a9cff43f54a04739686cf51740
This commit is contained in:
parent
0d45aee7dc
commit
ebfdb94a20
@ -32,7 +32,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
# 'sphinx.ext.intersphinx',
|
||||
'reno.sphinxext',
|
||||
]
|
||||
|
||||
@ -88,4 +88,4 @@ latex_documents = [
|
||||
]
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
#intersphinx_mapping = {'http://docs.python.org/': None}
|
||||
# intersphinx_mapping = {'http://docs.python.org/': None}
|
||||
|
Loading…
Reference in New Issue
Block a user