-
-
Notifications
You must be signed in to change notification settings - Fork 184
Backport Sphinx 1.6 support to PyScaffold 2.5 #152
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
Comments
Is that the reason for an error like:
? |
@cpaulik Yes, exactly. You can double check by downgrading Sphinx to version 1.5. |
It works with sphinx 1.5. If you can point me to the changes that were necessary for Pyscaffold 3 then I will take a look at Pyscaffold 2.5.x. Maybe I can whip up a PR. |
Thanks, it should be in file https://github.com/blue-yonder/pyscaffold/blob/14358522f4ad4c5c38a5290f8885a86bbbeb12c6/src/pyscaffold/templates/sphinx_conf.template#L44-L57 where |
The new apidoc command does not take the executable as a first argument. It also takes the excludes as a positional argument after the module directory. Fixes pyscaffold#152
@cpaulik I added some commits to |
@cpaulik, |
Thanks. Works perfectly. |
Right now PyScaffold 2.5.x can only handle Sphinx up to version 1.5 since there was an API change. PyScaffold 3 was changed accordingly and this change could be also back-ported to PyScaffold 2.5.x.
The text was updated successfully, but these errors were encountered: