summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-05 10:09:55 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-08-01 09:46:12 +0800
commit039fdae7d252c234e2cf97529ab20afc78bd51cf (patch)
treeeb7144d2b90c1a419cccf66e47696daccd3026cf /doc/source
parentdea9af2fe91e3abe6ca88ea8739cff023191abb9 (diff)
downloadoslo-config-039fdae7d252c234e2cf97529ab20afc78bd51cf.tar.gz
Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Iac913e9dea8318ad8398ed7478cb66d845fe7f1e
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 52ac17b..37e2905 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -20,7 +20,6 @@ extensions = [
repository_name = 'openstack/oslo.config'
bug_project = 'oslo.config'
bug_tag = ''
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
config_generator_config_file = 'config-generator.conf'
@@ -38,7 +37,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'oslo.config'
copyright = u'2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
@@ -64,19 +62,6 @@ modindex_common_prefix = ['oslo_config.']
# html_static_path = ['static']
html_theme = 'openstackdocs'
-# Output file base name for HTML help builder.
-htmlhelp_basename = '%sdoc' % project
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass
-# [howto/manual]).
-latex_documents = [
- ('index',
- '%s.tex' % project,
- '%s Documentation' % project,
- 'OpenStack Foundation', 'manual'),
-]
-
# -- sphinxcontrib.apidoc configuration --------------------------------------
apidoc_module_dir = '../../oslo_config'