Skip to content

Commit

Permalink
Replace the documentation's Immaterial theme with Furo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed May 6, 2024
1 parent 424c3e0 commit d718c7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions documentation/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Betty does not help you gather or manage the data for your family history. For t

Find Betty on
-------------
- :si-icon:`fontawesome/brands/twitter` `Twitter <https://twitter.com/Betty_Project>`_
- :si-icon:`fontawesome/brands/github` `Github <https://github.com/bartfeenstra/betty>`_
- :si-icon:`fontawesome/brands/python` `PyPI <https://pypi.org/project/betty>`_
- `Twitter <https://twitter.com/Betty_Project>`_
- `Github <https://github.com/bartfeenstra/betty>`_
- `PyPI <https://pypi.org/project/betty>`_

In this section
---------------
Expand Down
3 changes: 1 addition & 2 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"conf_py_path": "/documentation/",
"betty_replacements": betty_replacements,
}
html_theme = "sphinx_immaterial"
html_theme = "furo"
highlight_language = "none"
templates_path = ["_templates"]
extensions = [
Expand All @@ -51,7 +51,6 @@
"sphinx.ext.viewcode",
"sphinx_autodoc_typehints",
"sphinx_design",
"sphinx_immaterial",
]
nitpicky = True
modindex_common_prefix = ["betty."]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies = [
'babel ~= 2.12, >= 2.12.0',
'click ~= 8.1, >= 8.1.2',
'docker ~= 7.0, >= 7.0.0',
'furo == 2024.4.27',
'geopy ~= 2.3, >= 2.3.0',
'jinja2 ~= 3.1, >= 3.1.1',
'jsonschema ~= 4.17, >= 4.17.0',
Expand All @@ -35,7 +36,6 @@ dependencies = [
'referencing ~= 0.34, >= 0.34.0',
'sphinx ~= 7.2, >= 7.2.6',
'sphinx-design ~= 0.5, >= 0.5.0',
'sphinx-immaterial ~= 0.11, >= 0.11.10',
'sphinx-autodoc-typehints ~= 2.0, >= 2.0.0',
'typing_extensions ~= 4.10, >= 4.10.0',
]
Expand Down

0 comments on commit d718c7b

Please sign in to comment.