From 05bfc7613ef984801f1f9a778aba861d76bc243f Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 7 Jun 2019 12:07:40 +0900 Subject: [PATCH] Update and fix docs conf.py This commit updates and fixes the conf.py of documentation. Change-Id: I23dbefa2a91417f5b2ce9b854dbfe4ab623aa6aa --- doc/source/conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index edb0969..a37cb7c 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 @@ -62,7 +61,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # 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_static_path = ['static'] @@ -80,4 +79,4 @@ latex_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} +# intersphinx_mapping = {'http://docs.python.org/': None}