-
Notifications
You must be signed in to change notification settings - Fork 58
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
Docs build broken #286
Comments
Mmm, haven't changed anything there. Will review. Thanks. |
@cguardia @Themanwithoutaplan and I removed optional_dependencies from the docs, but not the init.py. Should I restore the optional dependencies section (python-magic on Mac and Win)? |
Sphinx is currently at v1.4.6 which fails to build. I downgraded to 1.4.1, and the build failed. Downgraded to 1.3.6, the build succeeds. My guess is that this is a theme-related issue. We could pin Sphinx to 1.3.6 for now. In a separate issue, I could update the theme to use syntax that Sphinx 1.4.6 prefers for its genindex.html. What do you think @tseaver @cguardia? |
@stevepiercy I would say update the theme to whatever Pyramid is using. |
@tseaver I found the fix: https://github.com/sphinx-doc/sphinx/pull/2396/files PR coming soon. |
@stevepiercy python-magic is required and not optional, which is why it's in However, I don't think that has anything to do with this failure. As seems to be borne out by your fix. |
@Themanwithoutaplan OK. I created #288 to deal with the warnings. |
Well, now the tests are failing. https://travis-ci.org/Pylons/substanced/builds/145647114 |
Now that docs build, failing tests are revealed. This is out of my league.
|
@stevepiercy that is #285. I would say go ahead and merge your docs fix anyhow. |
The text was updated successfully, but these errors were encountered: