Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix sphinx 1.4.0 issues #6238
Conversation
jenshnielsen
added some commits
Mar 29, 2016
mdboom
added the
needs_review
label
Mar 29, 2016
|
We may want to backport this to 2.x or possibly 1.5.x? |
|
Fixes #6235 |
|
Seems ok to me, and it makes sense that they would be more strict about adding nodes and directives multiple times. |
tacaswell
added this to the
1.5.2 (Critical bug fix release)
milestone
Mar 30, 2016
tacaswell
merged commit 1bc63cc
into matplotlib:master
Mar 30, 2016
tacaswell
removed the
needs_review
label
Mar 30, 2016
tacaswell
added a commit
that referenced
this pull request
Mar 30, 2016
|
|
tacaswell |
3a944a6
|
|
backported to v1.5.1-doc as 3a944a6 |
jenshnielsen
deleted the
jenshnielsen:fixsphinx140issues branch
Mar 30, 2016
bearstrong
added a commit
to bearstrong/matplotlib
that referenced
this pull request
Apr 1, 2016
|
|
tacaswell + bearstrong |
5fad52f
|
This was referenced May 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jenshnielsen commentedMar 29, 2016
It seems like the primary issues were that we added nodes and roles to the sphinx extensions multiple times. However, my understanding of the Sphinx extensions is not particularly great so I may be misunderstanding something.