Use the RTD theme for sphinx
This commit is contained in:
		@@ -28,6 +28,7 @@ author = 'Mario Hüttel'
 | 
				
			|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 | 
					# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 | 
				
			||||||
# ones.
 | 
					# ones.
 | 
				
			||||||
extensions = [
 | 
					extensions = [
 | 
				
			||||||
 | 
						'sphinx_rtd_theme'
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Add any paths that contain templates here, relative to this directory.
 | 
					# Add any paths that contain templates here, relative to this directory.
 | 
				
			||||||
@@ -44,7 +45,7 @@ exclude_patterns = []
 | 
				
			|||||||
# The theme to use for HTML and HTML Help pages.  See the documentation for
 | 
					# The theme to use for HTML and HTML Help pages.  See the documentation for
 | 
				
			||||||
# a list of builtin themes.
 | 
					# a list of builtin themes.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
html_theme = 'alabaster'
 | 
					html_theme = 'sphinx_rtd_theme'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Add any paths that contain custom static files (such as style sheets) here,
 | 
					# Add any paths that contain custom static files (such as style sheets) here,
 | 
				
			||||||
# relative to this directory. They are copied after the builtin static files,
 | 
					# relative to this directory. They are copied after the builtin static files,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user