-
-
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
[docutils 0.13.1] assert not self.context #3212
Comments
Similar issue with travis/tox:
|
Same with https://travis-ci.org/openmicroscopy/ome-documentation/builds/182595860 -
In our |
It looks like it comes from docutils 0.13.1
After investigation:
|
|
version 0.13 of docutils seems to have problems. See sphinx-doc/sphinx#3212
version 0.13 of docutils seems to have problems. See sphinx-doc/sphinx#3212
Sphinx overwrites visit_item() but not depart_item() in writer.html. For other functions, it keeps the pair together:
This is the right thing to do: Docutils html writer has a changed visit_item() function in version 0.13, which does not use the Copying the old depart_image() function to writers/html.py should solve the issue.
`` |
Fix #3212: HTML Builders crashes with docutils-0.13
See sphinx-doc/sphinx#3212 Signed-off-by: Michal Čihař <[email protected]>
I am actually seeing the same error on RTD with docutils 0.12. (unless the version number displayed by RTD does not actually reflect the installed version of docutils ). |
@SylvainCorlay Your case is similar to this, but not related issue. |
Merged #3217. |
@SylvainCorlay Hmm? It seems your case is same as this issue.
At my local, it was also fixed by #3217. |
Added requirement for docutils to support Windows builds See GitHub issue sphinx-doc/sphinx#3212
* Update Flask version. * Fixes isort issue in a test file. * Fixes sphinx issue related to python 3 types refrences. (see https://bugs.python.org/issue11975) * Fixes sphinx build by updating to the last version. See sphinx-doc/sphinx#3212 Signed-off-by: Nicolas Harraudeau <[email protected]>
PR: 221116 Submitted by: pgj Approved by: araujo (maintainer) Obtained from: sphinx-doc/sphinx#3212 MFH: 2017Q3 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@447275 35697150-7ecd-e111-bb59-0022644237b5
PR: 221116 Submitted by: pgj Approved by: araujo (maintainer) Obtained from: sphinx-doc/sphinx#3212 MFH: 2017Q3
These links are breaking the docs build for tripleo-common on stable/ocata effectively blocking us from merging any code on that branch. The bug was reported to sphinx and has been fixed: sphinx-doc/sphinx#3212 However, we don't have the newer version of sphinx in stable/ocata due to the pin in test-requirements.txt coming from the global requirements repo. Change-Id: I06da2e01b898a303c445331387850a8cf1e24827 Partial-Bug: #1709152
Backport fix for issue #3212 PR: 221116 Submitted by: pgj Approved by: araujo (maintainer) Obtained from: sphinx-doc/sphinx#3212 Approved by: ports-secteam (with hat)
This caused the Sphinx build to fail. For more info, see: # Because I was running into this: sphinx-doc/sphinx#3212
Backport fix for issue #3212 PR: 221116 Submitted by: pgj Approved by: araujo (maintainer) Obtained from: sphinx-doc/sphinx#3212 Approved by: ports-secteam (with hat)
Following traceback is found when building buildbot documentation after upgrade to docutils 0.13.1
You can reproduce by downloading a copy of buildbot
The text was updated successfully, but these errors were encountered: