Update and fix docs conf.py
This commit updates and fixes the conf.py of documentation. Change-Id: I23dbefa2a91417f5b2ce9b854dbfe4ab623aa6aa
This commit is contained in:
parent
ad2d8ae2dd
commit
05bfc7613e
@ -22,7 +22,6 @@ 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',
|
|
||||||
'openstackdocstheme'
|
'openstackdocstheme'
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -46,7 +45,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'coverage2sql'
|
project = u'coverage2sql'
|
||||||
copyright = u'2016,2017 OpenStack Foundation'
|
copyright = u'2016-2019 OpenStack Foundation'
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
add_function_parentheses = True
|
add_function_parentheses = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user