Switch to using openstackdocstheme

Change-Id: Ie01ab6c56aad6a9e83dc75e46f8b36d38eee209c
This commit is contained in:
Leif Madsen 2017-01-27 14:06:09 -05:00
parent 73b5d0620a
commit c82c418713
No known key found for this signature in database
GPG Key ID: 409E6FD5A5D30321
3 changed files with 7 additions and 8 deletions

View File

@ -13,6 +13,7 @@
import os
import sys
import datetime
import openstackdocstheme
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ----------------------------------------------------
@ -49,9 +50,8 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme_path = []
html_theme = "default"
# html_static_path = ['static']
html_theme = 'openstackdocs'
html_theme_path = [openstackdocstheme.get_html_theme_path()]
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project

View File

@ -81,9 +81,9 @@ convenience they are being mentioned here as well.
$ ansible-playbook -i hosts install/shaker_build.yml
.. 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
cases, the exercise of setting up networking for instances to be able to access
the internet is left to the user.
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
the internet is left to the user.
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

View File

@ -8,8 +8,7 @@ ansible-lint
coverage>=3.6
python-subunit>=0.0.18
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
testscenarios>=0.4
testtools>=1.4.0
openstackdocstheme