-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
latex builder fails in case no caption option is provided to toctree directive #2465
Comments
I'll take a look. |
tk0miya
added a commit
that referenced
this issue
Apr 22, 2016
Fixed at 88322af |
👍 |
Tarrasch
added a commit
to Tarrasch/luigi
that referenced
this issue
Jul 13, 2016
I saw that the build was failing, hence this is my attempt to fix it, altough I don't know how to test this before merging it. See https://readthedocs.org/projects/luigi/builds/4189801/ Unfortunately I couldn't find a way to connect a webhook between GitHub PRs and readthedocs: readthedocs/readthedocs.org#1340 The reason I believe a version bump would fix it is because I see exactly the same error as in sphinx-doc/sphinx#2465 and readthedocs seem to use 1.3.5, causing the pdf docs to be outdated.
Tarrasch
added a commit
to spotify/luigi
that referenced
this issue
Jul 13, 2016
I saw that the build was failing, hence this is my attempt to fix it, altough I don't know how to test this before merging it. See https://readthedocs.org/projects/luigi/builds/4189801/ Unfortunately I couldn't find a way to connect a webhook between GitHub PRs and readthedocs: readthedocs/readthedocs.org#1340 The reason I believe a version bump would fix it is because I see exactly the same error as in sphinx-doc/sphinx#2465 and readthedocs seem to use 1.3.5, causing the pdf docs to be outdated.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[email protected]
[email protected]
this line is trying to check whether a caption option was provided to the
toctree
directive or not before trying to get the option value.But at the moment if fails when no caption is provided making
docutils
throw the following error:The problem can be easily fixed by substituting the very same line with:
Please let me know if you'd like me to prepare a PR with the proposed fix.
The text was updated successfully, but these errors were encountered: