Skip to content

Commit

Permalink
Update html_css_file in the conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <tli@nexb.com>
  • Loading branch information
chinyeungli committed Sep 28, 2021
1 parent 0ab405f commit 7421cc2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@
html_static_path = ['_static']

html_context = {
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],
"display_github": True,
"github_user": "nexB",
"github_repo": "deltacode",
"github_repo": "aboutcode-toolkit",
"github_version": "develop", # branch
"conf_py_path": "/docs/source/", # path in the checkout to the docs root
}
}

html_css_files = [
'_static/theme_overrides.css'
]

0 comments on commit 7421cc2

Please sign in to comment.