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
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 3 additions and 4 deletions

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 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
@ -62,7 +61,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. Major themes that come with # The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'. # Sphinx are currently 'default' and 'sphinxdoc'.
#html_theme_path = [openstackdocstheme.get_html_theme_path()] # html_theme_path = [openstackdocstheme.get_html_theme_path()]
html_theme = 'openstackdocs' html_theme = 'openstackdocs'
# html_static_path = ['static'] # html_static_path = ['static']
@ -80,4 +79,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}