Skip to content

Commit 4d6005f

Browse files
committed
Update conf.py
1 parent 16ec665 commit 4d6005f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_doc/sphinxdoc/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818

1919
set_sphinx_variables(__file__, "mlstatpy", "Xavier Dupré", 2021,
2020
html_theme, html_theme_path, locals(),
21-
extlinks=dict(
22-
issue=('https://github.com/sdpython/mlstatpy/issues/%s', 'issue')),
21+
extlinks=dict(issue=(
22+
'https://github.com/sdpython/mlstatpy/issues/%s',
23+
'issue %s')),
2324
title="Machine Learning, Statistiques et Programmation", book=True, nblayout='table')
2425

2526
# next

0 commit comments

Comments
 (0)