Skip to content

Commit

Permalink
Switch to furo theme (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jan 4, 2025
1 parent d1510b2 commit 8511840
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 207 deletions.
12 changes: 0 additions & 12 deletions docs/_templates/badges.html

This file was deleted.

9 changes: 0 additions & 9 deletions docs/_templates/github.html

This file was deleted.

35 changes: 0 additions & 35 deletions docs/_templates/moreinfo.html

This file was deleted.

18 changes: 3 additions & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,12 @@ def _get_project_meta():

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

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'sidebar_collapse': False,
'show_powered_by': False,
}
html_theme_options = {}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand All @@ -125,16 +122,7 @@ def _get_project_meta():
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
'**': [
'about.html',
'badges.html',
'navigation.html',
'moreinfo.html',
'github.html',
'searchbox.html',
],
}
html_sidebars = {}

# -- Extension configuration -------------------------------------------------

Expand Down
9 changes: 0 additions & 9 deletions docs/pages/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
.. include:: ../../../CHANGELOG.md
:parser: myst_parser.sphinx_


.. toctree::
:maxdepth: 1
:caption: Migration guides:
:hidden:

migration_to_0_11.rst
migration_to_0_14.rst
73 changes: 0 additions & 73 deletions docs/pages/changelog/migration_to_0_11.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/pages/changelog/migration_to_0_14.rst

This file was deleted.

68 changes: 67 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ optional = true
sphinx = "^8.1"
sphinx-autodoc-typehints = ">=2,<4"
sphinxcontrib-mermaid = "^1.0"
furo = "^2024.8"
added-value = "^0.24"
tomli = "^2.0"
myst-parser = "^4.0"
Expand Down

0 comments on commit 8511840

Please sign in to comment.