Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 #8086
+2
−1
Conversation
dstansby
added the
Documentation
label
Feb 16, 2017
|
wow, that is an annoying change on the behalf of sphinx… It should be taken care of out of the box. |
NelleV
changed the title from
DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 to [MRG+1] DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5
Feb 16, 2017
tacaswell
merged commit de72808
into matplotlib:master
Feb 17, 2017
4 of 5 checks passed
continuous-integration/appveyor/pr
AppVeyor build failed
Details
codecov/patch
Coverage not affected when comparing 0cab7c6...53e6bc4
Details
codecov/project/library
62.22% remains the same compared to 0cab7c6
Details
codecov/project/tests
97.94% (target 97.7%)
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
tacaswell
added a commit
that referenced
this pull request
Feb 17, 2017
|
|
tacaswell |
1cce7d3
|
|
Thanks, backported to v2.0.0-doc as 1cce7d3 |
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Feb 17, 2017
QuLogic
changed the title from
[MRG+1] DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 to DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5
Feb 17, 2017
QuLogic
referenced
this pull request
Feb 20, 2017
Closed
Some searches in documentation result in no results #5320
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mitya57 commentedFeb 16, 2017
With Sphinx 1.5, this is needed by
searchtools.jsto display the source snippets (see sphinx-doc/sphinx#2454, and especially sphinx-doc/sphinx@71dd8bf).With earlier Sphinx versions, this is a no-op because the undefined variable will evaluate to an empty string.