diff --git a/doc/source/conf.py b/doc/source/conf.py index b5a61e8..761a60c 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,12 +31,12 @@ extensions = [ html_theme = 'openstackdocs' # openstackdocstheme options -repository_name = 'openstack/auto-scaling-sig' -bug_project = '917' -bug_tag = '' +openstackdocs_repo_name = 'openstack/auto-scaling-sig' +openstackdocs_auto_name = False +openstackdocs_use_storyboard = True # Feed configuration for yasfb -feed_base_url = 'http://specs.openstack.org/openstack/auto-scaling-sig' +feed_base_url = 'https://specs.openstack.org/openstack/auto-scaling-sig' feed_author = 'OpenStack Auto-scaling SIG' exclude_patterns = [ @@ -74,7 +74,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' # -- Options for HTML output -------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index 3d69233..d6b00f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pbr>=2.0.0 -openstackdocstheme +openstackdocstheme>=2.2.1 # Apache-2.0 yasfb>=0.5.1