aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-12-03 02:19:32 +0400
committerGravatar Hassan Abouelela <[email protected]>2021-12-03 02:19:32 +0400
commitd851777945cb5ba638b0c3bfd07bd6418132c840 (patch)
treef6a80ba1eaa754b093e2ad32d2a51b425f78fe9c /docs/conf.py
parentReword Unclear Statement in Docs (diff)
Update Doc Entry Color
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e142db92..86d5682d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -63,6 +63,12 @@ exclude_patterns = []
#
html_theme = "furo"
+html_theme_options = {
+ "light_css_variables": {
+ "color-api-name": "var(--color-link)",
+ },
+}
+
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".