doc: Switch from oslosphinx to openstackdocstheme
Per the manuals migration effort, switch to openstackdocstheme [1] [1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I0463f7d39bd72f1d27cfe3f6d5395608b9ed6b29
This commit is contained in:
parent
ab70350403
commit
d2fbcd275d
@ -26,7 +26,13 @@ import os
|
|||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = [ 'oslosphinx', 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag' ]
|
extensions = [ 'openstackdocstheme', 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag' ]
|
||||||
|
|
||||||
|
# openstackdocstheme options
|
||||||
|
repository_name = 'openstack-dev/devstack'
|
||||||
|
bug_project = 'devstack'
|
||||||
|
bug_tag = ''
|
||||||
|
html_last_updated_fmt = '%Y-%m-%d %H:%M'
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
||||||
@ -87,7 +93,7 @@ man_pages = []
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
html_theme = 'nature'
|
html_theme = 'openstackdocs'
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
|
8
tox.ini
8
tox.ini
@ -37,9 +37,9 @@ commands = bash -c "find {toxinidir} \
|
|||||||
deps =
|
deps =
|
||||||
Pygments
|
Pygments
|
||||||
docutils
|
docutils
|
||||||
sphinx>=1.5.1,<1.6.1
|
sphinx>=1.6.2
|
||||||
pbr>=2.0.0,!=2.1.0
|
pbr>=2.0.0,!=2.1.0
|
||||||
oslosphinx
|
openstackdocstheme>=1.11.0
|
||||||
nwdiag
|
nwdiag
|
||||||
blockdiag
|
blockdiag
|
||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
@ -53,8 +53,8 @@ commands =
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps =
|
deps =
|
||||||
pbr>=2.0.0,!=2.1.0
|
pbr>=2.0.0,!=2.1.0
|
||||||
sphinx>=1.5.1,<1.6.1
|
sphinx>=1.6.2
|
||||||
oslosphinx
|
openstackdocstheme>=1.11.0
|
||||||
blockdiag
|
blockdiag
|
||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
sphinxcontrib-nwdiag
|
sphinxcontrib-nwdiag
|
||||||
|
Loading…
Reference in New Issue
Block a user