mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 03:44:43 +00:00
Sphinx 6.0 extlinks compatibility
WARNING: extlinks: Sphinx-6.0 will require a caption string to contain exactly one '%s' and all other '%' need to be escaped as '%%'.
This commit is contained in:
parent
6c14a6b756
commit
7099dc73a7
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ autodoc_member_order = 'groupwise'
|
|||
|
||||
autosectionlabel_prefix_document = True
|
||||
|
||||
extlinks = {'pypi': ('https://pypi.org/project/%s/', '')}
|
||||
extlinks = {'pypi': ('https://pypi.org/project/%s/', '%s')}
|
||||
|
||||
graphviz_output_format = 'svg'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue