Update and fix docs conf.py

This commit updates and fixes the conf.py of documentation.

Change-Id: I23dbefa2a91417f5b2ce9b854dbfe4ab623aa6aa
This commit is contained in:
Masayuki Igawa
2019-06-07 12:07:40 +09:00
parent ad2d8ae2dd
commit 05bfc7613e

View File

@@ -22,7 +22,6 @@ 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',
'openstackdocstheme'
]
@@ -46,7 +45,7 @@ master_doc = 'index'
# General information about the project.
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.
add_function_parentheses = True