Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small option for docs build with sphinx 1.3 #4233

Merged
merged 2 commits into from Mar 17, 2015

Conversation

jenshnielsen
Copy link
Member

Sphinx 1.3 adds support for passing lists from the commandline.
This means that it splits on ',' which turns "[('png', 80)]"
into ["[('png'", "80)]"]. Fix this py passing the formats
on commandline as suffix0:dpi0,suffix1:dpi1...

Partial fix for #4215

@jenshnielsen
Copy link
Member Author

First part of fixing issues with Sphinx 1.3.

Remaining issues are fixed by sphinx-doc/sphinx#1781 and sphinx-doc/sphinx#1783

@jenshnielsen jenshnielsen changed the title Fix small opion for docs build with sphinx 1.3 Fix small option for docs build with sphinx 1.3 Mar 16, 2015
Sphinx 1.3 adds support for passing lists from the commandline.
This means that it splits on ',' which turns "[('png', 80)]"
into ["[('png'", "80)]"]. Fix this py passing the formats
on commandline as suffix0:dpi0,suffix1:dpi1...
tacaswell added a commit that referenced this pull request Mar 17, 2015
FIX : Fix small option for docs build with sphinx 1.3
@tacaswell tacaswell merged commit 213df25 into matplotlib:master Mar 17, 2015
@jenshnielsen jenshnielsen deleted the sphinx_plot_formats branch August 20, 2015 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants