From c88d311c8033741748c3ce265d984db368321aec Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Wed, 22 Nov 2023 23:02:20 +0000 Subject: [PATCH] Amend --- docs/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c7f8d818..2ee407f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,19 +38,19 @@ intersphinx_disabled_domains = ["std"] templates_path = ["_templates"] -html_static_path = [osp.join(osp.dirname(benchmarl_sphinx_theme.__file__), "static")] +# html_static_path = [osp.join(osp.dirname(benchmarl_sphinx_theme.__file__), "static")] -html_theme = "sphinx_rtd_theme" +html_theme = "benchmarl_sphinx_theme" html_logo = ( "https://raw.githubusercontent.com/matteobettini/benchmarl_sphinx_theme/master/benchmarl" "_sphinx_theme/static/img/benchmarl_logo.png" ) -html_theme_options = {"logo_only": True, "navigation_depth": 2} +# html_theme_options = {"logo_only": True, "navigation_depth": 2} # html_favicon = ('') -html_css_files = [ - "css/mytheme.css", -] +# html_css_files = [ +# "css/mytheme.css", +# ] # -- Options for EPUB output epub_show_urls = "footnote"