sphinx: fix coding style

Change-Id: I01c3b81d9fd5eee5942509fc9e462f0495cab6f1
This commit is contained in:
Jan Kundrát
2021-01-25 11:43:50 +01:00
parent f9dbf7d132
commit cd95c83bbf

View File

@@ -31,10 +31,11 @@ sys.path.insert(0, os.path.abspath('../'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.githubpages',
'sphinxcontrib.bibtex',
'pbr.sphinxext',]
'sphinx.ext.mathjax',
'sphinx.ext.githubpages',
'sphinxcontrib.bibtex',
'pbr.sphinxext',
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']