documentation on using the gil

This commit is contained in:
Wenzel Jakob
2015-12-07 18:17:58 +01:00
parent 24fe0904fb
commit ecdd868956
2 changed files with 54 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_context = {
'css_files': [
'_static/theme_overrides.css',
'.static/theme_overrides.css',
]
}