Skip to content

Commit

Permalink
docs: change theme to furo
Browse files Browse the repository at this point in the history
This also updates sphinx to version 7.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Jun 15, 2023
1 parent 54b2067 commit c1622a7
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 78 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_theme = "furo"
html_static_path = ["_static"]

myst_enable_extensions = ["colon_fence", "fieldlist"]
Expand Down
Loading

0 comments on commit c1622a7

Please # to comment.