From 6368a5dba4a79e7946c5a60145b6f781d6456863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Fri, 30 Dec 2022 23:37:59 +0100 Subject: [PATCH] Update conf.py --- _doc/sphinxdoc/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_doc/sphinxdoc/source/conf.py b/_doc/sphinxdoc/source/conf.py index 2ae1263..b14e846 100644 --- a/_doc/sphinxdoc/source/conf.py +++ b/_doc/sphinxdoc/source/conf.py @@ -11,8 +11,9 @@ set_sphinx_variables(__file__, "wrapclib", "Xavier Dupré", 2022, "alabaster", alabaster.get_path(), - locals(), extlinks=dict( - issue=('https://github.com/sdpython/wrapclib/issues/%s', 'issue')), + locals(), extlinks=dict(issue=( + 'https://github.com/sdpython/wrapclib/issues/%s', + 'issue %s')), title="wrapclib", book=True) blog_root = "http://www.xavierdupre.fr/app/wrapclib/helpsphinx/"