We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2df2a commit 3e2d801Copy full SHA for 3e2d801
docs/source/conf.py
@@ -65,16 +65,18 @@
65
master_doc = 'index'
66
67
html_context = {
68
- "css_files": [
69
- "_static/theme_overrides.css", # override wide tables in RTD theme
70
- ],
71
"display_github": True,
72
"github_user": "nexB",
73
"github_repo": "nexb-skeleton",
74
"github_version": "develop", # branch
75
"conf_py_path": "/docs/source/", # path in the checkout to the docs root
76
}
77
+html_css_files = [
+ '_static/theme_overrides.css'
+ ]
78
+
79
80
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
81
html_show_sphinx = True
82
0 commit comments