adding custom css

This commit is contained in:
2020-03-08 21:49:16 +00:00
parent 4d5b32bcd9
commit 06a42afb2f
2 changed files with 3 additions and 85 deletions

View File

@@ -84,7 +84,7 @@ html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ['_static']
# html_context = {'css_files': ['_static/custom.css']}
html_context = {'css_files': ['_static/custom.css']}
html_theme_options = {
'collapse_navigation': True,
'display_version': True,