Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2024
1 parent 2dfb048 commit 63ff9b8
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
set_intersphinx_version_remapping,
)

set_intersphinx_version_remapping(
{
"ipython": {
"8.12.2": "8.12.1",
"8.12.3": "8.12.1",
},
"matplotlib": {"3.5.1": "3.5.0"},
}
)
set_intersphinx_version_remapping({
"ipython": {
"8.12.2": "8.12.1",
"8.12.3": "8.12.1",
},
"matplotlib": {"3.5.1": "3.5.0"},
})

BRANCH = get_branch_name()
ORGANIZATION = "ComPWA"
Expand All @@ -37,12 +35,10 @@
"members": True,
"undoc-members": True,
"show-inheritance": True,
"special-members": ", ".join(
[
"__call__",
"__eq__",
]
),
"special-members": ", ".join([
"__call__",
"__eq__",
]),
}
autosectionlabel_prefix_document = True
bibtex_bibfiles = ["bibliography.bib"]
Expand Down

0 comments on commit 63ff9b8

Please sign in to comment.