Merge "Switch to newer openstackdocstheme version"
This commit is contained in:
commit
9a6ae3419c
@ -2,8 +2,8 @@ pbr>=2.0.0,!=2.1.0
|
|||||||
|
|
||||||
Pygments
|
Pygments
|
||||||
docutils
|
docutils
|
||||||
sphinx>=2.0.0,!=2.1.0
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||||
openstackdocstheme>=2.0.0
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||||
nwdiag
|
nwdiag
|
||||||
blockdiag
|
blockdiag
|
||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
|
@ -30,9 +30,15 @@ extensions = [ 'sphinx.ext.autodoc',
|
|||||||
'sphinxcontrib.nwdiag' ]
|
'sphinxcontrib.nwdiag' ]
|
||||||
|
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
repository_name = 'openstack-dev/devstack'
|
openstackdocs_repo_name = 'openstack-dev/devstack'
|
||||||
bug_project = 'devstack'
|
openstackdocs_pdf_link = True
|
||||||
bug_tag = ''
|
openstackdocs_bug_project = 'devstack'
|
||||||
|
openstackdocs_bug_tag = ''
|
||||||
|
openstackdocs_auto_name = False
|
||||||
|
# This repo is not tagged, so don't set versions
|
||||||
|
openstackdocs_auto_version = False
|
||||||
|
version = ''
|
||||||
|
release = ''
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
||||||
@ -81,7 +87,7 @@ add_module_names = False
|
|||||||
show_authors = False
|
show_authors = False
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'native'
|
||||||
|
|
||||||
# A list of ignored prefixes for module index sorting.
|
# A list of ignored prefixes for module index sorting.
|
||||||
modindex_common_prefix = ['DevStack-doc.']
|
modindex_common_prefix = ['DevStack-doc.']
|
||||||
|
Loading…
Reference in New Issue
Block a user