diff --git a/_doc/sphinxdoc/source/conf.py b/_doc/sphinxdoc/source/conf.py index 08f654a..97849e1 100644 --- a/_doc/sphinxdoc/source/conf.py +++ b/_doc/sphinxdoc/source/conf.py @@ -12,8 +12,9 @@ "hachibee", hachibee_sphinx_theme.get_html_themes_path(), locals(), add_extensions=['hachibee_sphinx_theme'], custom_style='custom_style.css', - extlinks=dict( - issue=('https://github.com/sdpython/code_beatrix/issues/%s', 'issue')), + extlinks=dict(issue=( + 'https://github.com/sdpython/code_beatrix/issues/%s', + 'issue %s')), book=True, nblayout='table', doc_version=sversion) html_show_copyright = False