File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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-
7874html_title = project_name
7975
8076# If true, links to the reST sources are added to the pages.
Original file line number Diff line number Diff line change 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.
1717doc_reqs = [
1818 "myst_parser" ,
1919 "sphinx" ,
20- "sphinx-bluebrain-theme " ,
20+ "furo " ,
2121]
2222
2323# Requirements for custom comparators
You can’t perform that action at this time.
0 commit comments