Skip to content

Commit 3e2d801

Browse files
Fix conf.py to fix doc build
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent bd2df2a commit 3e2d801

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: docs/source/conf.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,18 @@
6565
master_doc = 'index'
6666

6767
html_context = {
68-
"css_files": [
69-
"_static/theme_overrides.css", # override wide tables in RTD theme
70-
],
7168
"display_github": True,
7269
"github_user": "nexB",
7370
"github_repo": "nexb-skeleton",
7471
"github_version": "develop", # branch
7572
"conf_py_path": "/docs/source/", # path in the checkout to the docs root
7673
}
7774

75+
html_css_files = [
76+
'_static/theme_overrides.css'
77+
]
78+
79+
7880
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
7981
html_show_sphinx = True
8082

0 commit comments

Comments
 (0)