diff --git a/doc/source/conf.py b/doc/source/conf.py index 869ec48..44bf43f 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,9 +25,10 @@ extensions = [ ] # config for openstackdocstheme -repository_name = 'openstack/masakari-specs' -bug_project = 'masakari-specs' -bug_tag = '' +openstackdocs_repo_name = 'openstack/masakari-specs' +openstackdocs_auto_name = False +openstackdocs_bug_project = 'masakari-specs' +openstackdocs_bug_tag = '' exclude_patterns = [ 'template.rst', @@ -41,6 +42,7 @@ try: except ImportError: pass + # 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 @@ -63,7 +65,12 @@ add_function_parentheses = True add_module_names = True # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' + +# -- yasfb configuration ------------------------------------------------------ + +feed_base_url = 'https://specs.openstack.org/openstack/masakari-specs' +feed_author = 'OpenStack Masakari Team' # -- Options for HTML output -------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index 155f0b0..4decbb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pbr>=2.0.0,!=2.1.0 # Apache-2.0 -openstackdocstheme>=2.0.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD yasfb>=0.5.1