summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rwxr-xr-xdoc/source/conf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a5301af..af9a25f 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -25,9 +25,17 @@ extensions = [
#'sphinx.ext.intersphinx',
'oslosphinx',
'oslo_config.sphinxext',
+ 'oslo_config.sphinxconfiggen',
'stevedore.sphinxext',
]
+# NOTE(dhellmann): An issue with the oslo.config sphinx integration
+# makes the show-options directive here result in
+# duplicate target nodes being introduced. Until we
+# can fix that, use the other directive to dump a
+# config file and include it as literal text.
+config_generator_config_file = 'cors_config_file.cfg'
+
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable