Added oslosphinx theme, and enabled the incubating option
Change-Id: I0bb22dc0a53a9db169a07e305cd4aeab317b2d7e
This commit is contained in:
		@@ -25,7 +25,7 @@ import sys, os
 | 
			
		||||
 | 
			
		||||
# Add any Sphinx extension module names here, as strings. They can be extensions
 | 
			
		||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 | 
			
		||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
 | 
			
		||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'oslosphinx']
 | 
			
		||||
 | 
			
		||||
# Add any paths that contain templates here, relative to this directory.
 | 
			
		||||
templates_path = ['_templates']
 | 
			
		||||
@@ -97,7 +97,7 @@ html_theme = 'default'
 | 
			
		||||
# 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.
 | 
			
		||||
#html_theme_options = {}
 | 
			
		||||
html_theme_options = {'incubating': True}
 | 
			
		||||
 | 
			
		||||
# Add any paths that contain custom themes here, relative to this directory.
 | 
			
		||||
#html_theme_path = []
 | 
			
		||||
 
 | 
			
		||||
@@ -5,3 +5,5 @@ discover
 | 
			
		||||
python-subunit>=0.0.18
 | 
			
		||||
sphinx>=1.1.2,!=1.2.0,<1.3
 | 
			
		||||
testrepository>=0.0.18
 | 
			
		||||
# Needed for the incubation theme on oslosphinx
 | 
			
		||||
http://tarballs.openstack.org/oslosphinx/oslosphinx-2.2.0.0a3.tar.gz#egg=oslosphinx-2.2.0.0a3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user