diff --git a/doc/source/conf.py b/doc/source/conf.py index ae8e7d84..9cc93950 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -30,7 +30,16 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc'] +extensions = [ + 'sphinx.ext.autodoc', + 'openstackdocstheme', +] + +# openstackdocstheme options +repository_name = 'openstack/cliff' +bug_project = 'python-cliff' +bug_tag = '' +html_last_updated_fmt = '%Y-%m-%d %H:%M' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']