Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 22, 2023
1 parent eb3eaef commit ac0faa6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,19 @@
intersphinx_disabled_domains = ["std"]

templates_path = ["_templates"]
# html_static_path = ["_static"]
html_static_path = [osp.join(osp.dirname(benchmarl_sphinx_theme.__file__), "static")]


html_theme = "sphinx_rtd_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_favicon = ('')
html_css_files = [
"css/mytheme.css",
]

# -- Options for EPUB output
epub_show_urls = "footnote"
Expand Down

0 comments on commit ac0faa6

Please sign in to comment.