Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 4407125

Browse files
committed
documentation
1 parent 01cffa5 commit 4407125

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_doc/sphinxdoc/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
2022, "pydata_sphinx_theme", ['_static'],
1212
locals(), add_extensions=None,
1313
github_repo="https://github.com/sdpython/ensae_teaching_cs.git",
14-
extlinks=dict(
15-
issue=('https://github.com/sdpython/ensae_teaching_cs/issues/%s', 'issue')),
14+
extlinks=dict(issue=(
15+
'https://github.com/sdpython/ensae_teaching_cs/issues/%s',
16+
'issue %s')),
1617
book=True, nblayout='table',
1718
doc_version=ensae_teaching_cs.__version__)
1819

_unittests/ut_documentation/test_LONG_rst2html_latex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_rst2html_png_bug(self):
9595
imgmath_latex_preamble=preamble,
9696
epkg_dictionary=links,
9797
extlinks=dict(issue=('https://link/%s',
98-
'issue {0} on GitHub')))
98+
'issue %s on GitHub')))
9999
except NotImplementedError as e:
100100
if "Unknown node: todoext_node" in str(e):
101101
warnings.warn("todoext has no outputs in latex")

0 commit comments

Comments
 (0)