Switch to using openstackdocstheme
Change-Id: Ie01ab6c56aad6a9e83dc75e46f8b36d38eee209c
This commit is contained in:
parent
73b5d0620a
commit
c82c418713
@ -13,6 +13,7 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import datetime
|
import datetime
|
||||||
|
import openstackdocstheme
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('../..'))
|
sys.path.insert(0, os.path.abspath('../..'))
|
||||||
# -- General configuration ----------------------------------------------------
|
# -- General configuration ----------------------------------------------------
|
||||||
@ -49,9 +50,8 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||||
# Sphinx are currently 'default' and 'sphinxdoc'.
|
# Sphinx are currently 'default' and 'sphinxdoc'.
|
||||||
html_theme_path = []
|
html_theme = 'openstackdocs'
|
||||||
html_theme = "default"
|
html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
||||||
# html_static_path = ['static']
|
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = '%sdoc' % project
|
htmlhelp_basename = '%sdoc' % project
|
||||||
|
@ -81,9 +81,9 @@ convenience they are being mentioned here as well.
|
|||||||
$ ansible-playbook -i hosts install/shaker_build.yml
|
$ ansible-playbook -i hosts install/shaker_build.yml
|
||||||
|
|
||||||
.. note:: The playbook to setup networking is provided as an example only and
|
.. note:: The playbook to setup networking is provided as an example only and
|
||||||
might not work for you based on your underlay/overlay network setup. In such
|
might not work for you based on your underlay/overlay network setup. In such
|
||||||
cases, the exercise of setting up networking for instances to be able to access
|
cases, the exercise of setting up networking for instances to be able to access
|
||||||
the internet is left to the user.
|
the internet is left to the user.
|
||||||
|
|
||||||
Once the shaker image is built, you can run Shaker via Browbeat by filling in a
|
Once the shaker image is built, you can run Shaker via Browbeat by filling in a
|
||||||
few configuration options in the configuration file. The meaning of each option is
|
few configuration options in the configuration file. The meaning of each option is
|
||||||
|
@ -8,8 +8,7 @@ ansible-lint
|
|||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
oslosphinx>=2.5.0 # Apache-2.0
|
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
|
||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
testtools>=1.4.0
|
testtools>=1.4.0
|
||||||
|
openstackdocstheme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user