Skip to content

Commit

Permalink
doc: Fix build with sphinx > 6.0
Browse files Browse the repository at this point in the history
Fix #61
  • Loading branch information
danigm authored and langston-barrett committed Mar 6, 2023
1 parent b6df97b commit 03f5cdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,18 @@
extlinks = {
'pull': (
'https://github.com/sphinx-contrib/autoprogram/pull/%s',
'#'
'#%s'
),
'issue': (
'https://github.com/sphinx-contrib/autoprogram/issues/%s',
'#'
'#%s'
),
'bbpull': (
'https://bitbucket.org/birkenfeld/sphinx-contrib/pull-request/%s/',
'Bitbucket PR #',
'Bitbucket PR #%s',
),
'bbissue': (
'https://bitbucket.org/birkenfeld/sphinx-contrib/issue/%s/',
'Bitbucket issue #',
'Bitbucket issue #%s',
),
}

0 comments on commit 03f5cdb

Please sign in to comment.