diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 0cdf44e3..661b7afe 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -6,20 +6,8 @@ div.jupyter_container.docutils { } /******************************************************************************* - * make the footer inlined - */ -.footer-item { - display: inline-block; -} -.footer-item:not(:last-child) { - border-right: 1px solid var(--pst-color-text-base); - margin-right: 0.5em; - padding-right: 0.5em; -} - -/******************************************************************************* - * overwrite image filter in dark theme - * most of our images are from SEPAL which is already using a dark theme + * overwrite image filter in dark theme + * most of our images are from SEPAL which is already using a dark theme * there is no need for extra contrast and dimned brightness */ html[data-theme="dark"] img { diff --git a/docs/source/conf.py b/docs/source/conf.py index 8a95a169..54df860a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -117,6 +117,8 @@ "icon": "fa-brands fa-python", }, ], + "footer_start": ["copyright.html"], + "footer_center": ["sphinx-version.html"], "show_version_warning_banner": True, } html_context = {