Skip to content

Commit 1cc9ead

Browse files
Docs: Change theme to Furo because BBP theme is deprecated (#100)
1 parent 55763bf commit 1cc9ead

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Configuration file for the Sphinx documentation builder."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.
@@ -64,17 +64,13 @@
6464
# The theme to use for HTML and HTML Help pages. See the documentation for
6565
# a list of builtin themes.
6666
#
67-
html_theme = "sphinx-bluebrain-theme"
67+
html_theme = "furo"
6868

6969
# Add any paths that contain custom static files (such as style sheets) here,
7070
# relative to this directory. They are copied after the builtin static files,
7171
# so a file named "default.css" will overwrite the builtin "default.css".
7272
# html_static_path = ['_static']
7373

74-
html_theme_options = {
75-
"metadata_distribution": package_name,
76-
}
77-
7874
html_title = project_name
7975

8076
# If true, links to the reST sources are added to the pages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Setup for the dir-content-diff package."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.
@@ -17,7 +17,7 @@
1717
doc_reqs = [
1818
"myst_parser",
1919
"sphinx",
20-
"sphinx-bluebrain-theme",
20+
"furo",
2121
]
2222

2323
# Requirements for custom comparators

0 commit comments

Comments
 (0)