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:
Chris Mayo 2022-08-23 19:21:53 +01:00
parent 6c14a6b756
commit 7099dc73a7

View file

@ -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'