diff --git a/docs/_static/custom.css b/docs/_static/custom.css index f288dad2a4..ef1e93fa06 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -2,6 +2,10 @@ nav { background-color: #cfd0ff !important; } +div#top_nav div#notification_banner { + background-color: #9facff !important; +} + div.document div.documentwrapper { max-width: 50rem; } diff --git a/docs/conf.py b/docs/conf.py index 72922e6cc0..8d88490fa0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,6 +49,8 @@ html_theme = "piccolo_theme" html_logo = "./static/logo.png" html_theme_options = { + "banner_text": 'Read our 2024 Summary blog post!', + "banner_hiding": "temporary", "show_theme_credit": False, "source_url": "https://github.com/IBM/unitxt/", } diff --git a/docs/index.rst b/docs/index.rst index e600a3d5c8..a0cc4dd6dc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,3 @@ -.. Unitxt documentation master file, created by - sphinx-quickstart on Mon Jul 10 03:44:36 2023. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. .. raw:: html