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

Get docs building with Sphinx 1.3.0 #4215

Closed
jenshnielsen opened this issue Mar 12, 2015 · 3 comments
Closed

Get docs building with Sphinx 1.3.0 #4215

jenshnielsen opened this issue Mar 12, 2015 · 3 comments
Assignees
Milestone

Comments

@jenshnielsen
Copy link
Member

See #4213

@jenshnielsen
Copy link
Member Author

It looks like the other issue relates to a new option of passing a string with -D to sphinx-build on the command line.

When building the small docs we set plot_format by adding -D plot_formats="[('png', 80)]" to the command line options this gets converted into [u"[('png'", u' 80)]'] (i.e. split on comma into a list of two items) which IMHO looks like a bug in Sphinx

According to the docs Sphinx now supports lists in this place separated by comma http://sphinx-doc.org/invocation.html so it makes some sense that is splits on comma but it should not happen inside a string.

@jenshnielsen
Copy link
Member Author

Sphinx 1.3.1 was released fixing most of our issues. The remaining should be fixed by #4233

@jenshnielsen
Copy link
Member Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants