Skip to content

Commit

Permalink
Change to "furo" Sphinx HTML theme
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 8, 2024
1 parent 36fa2d5 commit c69fd1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,10 @@

# The theme to use for HTML and HTML Help pages. See the documentation for a list of
# builtin themes.
html_theme = "sphinx_book_theme"
html_theme = "furo"

html_theme_options = dict(
navigation_with_keys=False, # Silence a warning
path_to_docs="doc",
repository_url="https://github.com/khaeru/genno",
show_navbar_depth=2,
use_edit_page_button=True,
use_issues_button=True,
use_repository_button=True,
use_source_button=True,
top_of_page_buttons=["view", "edit"],
)

# -- Options for genno.compat.sphinx.reference_alias -----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
[project.optional-dependencies]
# Graphviz, for Computer.describe()
graphviz = ["graphviz"]
docs = ["IPython", "sphinx-book-theme"]
docs = ["furo", "IPython"]
# Specific packages for which compatibility is provided
plotnine = ["plotnine"]
pyam = ["pyam-iamc"]
Expand Down

0 comments on commit c69fd1e

Please sign in to comment.