Skip to content

Commit 07c6277

Browse files
committed
Update conf.py
1 parent 9bedb62 commit 07c6277

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_doc/sphinxdoc/source/conf.py

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

1313
set_sphinx_variables(__file__, "pandas_streaming", "Xavier Dupré", 2022,
1414
"alabaster", alabaster.get_path(),
15-
locals(), extlinks=dict(
16-
issue=('https://github.com/sdpython/pandas_streaming/issues/%s', 'issue')),
15+
locals(), extlinks=dict(issue=(
16+
'https://github.com/sdpython/pandas_streaming/issues/%s',
17+
'issue %s')),
1718
title="Streaming functionalities for pandas", book=True)
1819

1920
blog_root = "http://www.xavierdupre.fr/app/pandas_streaming/helpsphinx/"

0 commit comments

Comments
 (0)