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 = [ 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