From ee6df99b1add80e7b7eb582f95285e165d007069 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 24 Feb 2022 08:59:54 -0600 Subject: [PATCH 1/2] build(deps[docs]): Add furo package See also: https://pradyunsg.me/furo/ --- requirements/docs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/docs.txt b/requirements/docs.txt index 2e2f27d..b1bcc35 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,2 +1,3 @@ sphinx_celery==2.0.0 Sphinx>=3.0.0 +furo>=2022.2.23 From 45db0158bbcbfa579279b8210ce591a1f9808bda Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 24 Feb 2022 09:06:58 -0600 Subject: [PATCH 2/2] docs: Use furo theme --- docs/conf.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e9f5d32..2e20eb7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,18 +29,19 @@ pygments_style = "sphinx" -html_theme = "alabaster" +html_theme = "furo" html_sidebars = { "**": [ - "globaltoc.html", - "relations.html", # needs 'show_related': True theme option to display - "searchbox.html", + "sidebar/scroll-start.html", + "sidebar/brand.html", + "sidebar/search.html", + "sidebar/navigation.html", + "sidebar/ethical-ads.html", + "sidebar/scroll-end.html", ] } -html_theme_options = {"show_related": True} - htmlhelp_basename = "CeleryBatchesdoc" latex_documents = [