Merge "Use sidebar from openstackdocstheme 1.17"

This commit is contained in:
Zuul 2017-09-30 20:50:23 +00:00 committed by Gerrit Code Review
commit 9fce5c6e90
3 changed files with 1 additions and 18 deletions

View File

@ -93,11 +93,6 @@ man_pages = []
# a list of builtin themes.
html_theme = 'openstackdocs'
def setup(app):
app.add_stylesheet('css/sidebar.css')
html_static_path = ['static']
# 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
# documentation.

View File

@ -1,12 +0,0 @@
div.sidebar {
margin: 0 0 0.5em 1em;
border: 1px solid #ddb;
padding: 7px 7px 0 7px;
background-color: #ffe;
width: 40%;
float: right;
}
p.sidebar-title {
font-weight: bold;
}

View File

@ -2,5 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=2.0.0,!=2.1.0 # Apache-2.0
openstackdocstheme>=1.11.0 # Apache-2.0
openstackdocstheme>=1.17.0 # Apache-2.0
sphinx>=1.6.2 # BSD