Skip to content

Commit

Permalink
docs/conf.py: fix doc building with Sphinx >6
Browse files Browse the repository at this point in the history
  • Loading branch information
gerion0 committed Oct 23, 2023
1 parent 1638c62 commit 8ae34eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#modindex_common_prefix = []

extlinks = {
'musicbrainz': ('https://musicbrainz.org/doc/%s', ''),
'musicbrainz': ('https://musicbrainz.org/doc/%s', '%s'),
}

intersphinx_mapping = {
Expand Down

0 comments on commit 8ae34eb

Please sign in to comment.