switched theme
This commit is contained in:
		
							
								
								
									
										10
									
								
								docs/conf.py
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								docs/conf.py
									
									
									
									
									
								
							| @@ -30,8 +30,8 @@ release = '2.0.0' | |||||||
| # Add any Sphinx extension module names here, as strings. They can be | # Add any Sphinx extension module names here, as strings. They can be | ||||||
| # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | ||||||
| # ones. | # ones. | ||||||
| extensions = ['sphinx.ext.autodoc', 'sphinxemoji.sphinxemoji'] | extensions = ['sphinx.ext.autodoc', 'sphinxemoji.sphinxemoji', | ||||||
|  |               '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. | ||||||
| templates_path = ['_templates'] | templates_path = ['_templates'] | ||||||
|  |  | ||||||
| @@ -46,13 +46,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | |||||||
| # 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 = 'classic' # removed classic theme | html_theme = "sphinx_rtd_theme" # html_theme = 'classic' # removed classic 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, | ||||||
| # so a file named "default.css" will overwrite the builtin "default.css". | # so a file named "default.css" will overwrite the builtin "default.css". | ||||||
| #      html_static_path = ['_static']  # no static content required | #      html_static_path = ['_static']  # no static content required | ||||||
|  |  | ||||||
| html_theme = 'sphinx_hand_theme' |  | ||||||
| import sphinx_hand_theme |  | ||||||
| html_theme_path = [sphinx_hand_theme.get_html_theme_path()] |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user