summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-06-04 16:00:30 +0800
committermelissaml <ma.lei@99cloud.net>2020-06-04 16:00:30 +0800
commitbfec5fd629541fe2cb76eba563b6afedf963ace6 (patch)
tree04db80ea7fdd43e93b0d685a709e56c804c022b8 /doc/source
parent2b698facfdb175b5d83026af85f55b8c3dc6d3e0 (diff)
downloadoslo-config-bfec5fd629541fe2cb76eba563b6afedf963ace6.tar.gz
Fix pygments style
New theme of docs respects pygments_style. more info: http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I88f448ac7fc7fb72187eb7bdad5bf19f327d8641
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index f999c0b..5ce2034 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -18,9 +18,9 @@ extensions = [
]
# openstackdocstheme options
-repository_name = 'openstack/oslo.config'
-bug_project = 'oslo.config'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.config'
+openstackdocs_bug_project = 'oslo.config'
+openstackdocs_bug_tag = ''
config_generator_config_file = 'config-generator.conf'
@@ -48,7 +48,7 @@ add_function_parentheses = True
add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['oslo_config.']