Skip to content

Commit

Permalink
Merge pull request #120 from tsutaj/fix_docs_conf
Browse files Browse the repository at this point in the history
conf.py の不具合を修正
  • Loading branch information
tsutaj authored Jan 30, 2023
2 parents e73ede2 + d93bebe commit 2a4b11b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
tag = 'v{}'.format(__version__)

extlinks = {
'github': ('https://github.com/%s', ''),
'blob': (f'https://github.com/tsutaj/statements-manager/blob/{tag}/%s', ''),
'tree': (f'https://github.com/tsutaj/statements-manager/tree/{tag}/%s', ''),
'github': ('https://github.com/%s', '%s'),
'blob': (f'https://github.com/tsutaj/statements-manager/blob/{tag}/%s', '%s'),
'tree': (f'https://github.com/tsutaj/statements-manager/tree/{tag}/%s', '%s'),
}

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 2a4b11b

Please sign in to comment.