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:
liuxiaoyang 2017-06-20 09:45:54 +08:00
parent 0d45aee7dc
commit ebfdb94a20

View File

@ -32,7 +32,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx', # 'sphinx.ext.intersphinx',
'reno.sphinxext', 'reno.sphinxext',
] ]
@ -88,4 +88,4 @@ latex_documents = [
] ]
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None} # intersphinx_mapping = {'http://docs.python.org/': None}