diff --git a/doc/requirements.txt b/doc/requirements.txt index a3af000..26cc079 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx>=2.0.0,!=2.1.0 # BSD oslosphinx>=4.7.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain diff --git a/doc/source/conf.py b/doc/source/conf.py index 5e35d8b..facf9cd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -39,6 +39,12 @@ master_doc = 'index' project = u'mistral-dashboard' copyright = u'2014, OpenStack Foundation' +# -- Options for openstackdocstheme ------------------------------------------- + +openstackdocs_repo_name = 'openstack/mistral-dashboard' +openstackdocs_bug_project = 'mistral' +openstackdocs_bug_tag = 'doc' + # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -47,7 +53,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/releasenotes/source/conf.py b/releasenotes/source/conf.py index 3cc09c3..8965baa 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -38,6 +38,12 @@ master_doc = 'index' project = u'Mistral Dashboard Release Notes' copyright = u'2016, Mistral developers' +# -- Options for openstackdocstheme ------------------------------------------- + +openstackdocs_repo_name = 'openstack/mistral-dashboard' +openstackdocs_bug_project = 'mistral' +openstackdocs_bug_tag = 'doc' + # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -46,7 +52,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 --------------------------------------------------