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

@ -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