https://github.com/rtfd/recommonmark/issues/104 Otherwise tests/test_sphinx.py::CustomExtensionTests::test_integration FAILED ==================================================================================================== FAILURES ===================================================================================================== ______________________________________________________________________________________ CustomExtensionTests.test_integration ______________________________________________________________________________________ self = <tests.test_sphinx.CustomExtensionTests testMethod=test_integration> def setUp(self): if self.build_path is not None: self.app = Sphinx( srcdir=self.build_path, confdir=self.build_path, outdir=os.path.join(self.build_path, '_build', 'text'), doctreedir=os.path.join(self.build_path, '_build', '.doctrees'), buildername='html', verbosity=1, ) > self.app.build(force_all=True) tests/test_sphinx.py:50: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python2.7/site-packages/sphinx/application.py:325: in build self.builder.build_all() /usr/lib/python2.7/site-packages/sphinx/builders/__init__.py:299: in build_all self.build(None, summary='all source files', method='all') /usr/lib/python2.7/site-packages/sphinx/builders/__init__.py:355: in build updated_docnames = set(self.env.update(self.config, self.srcdir, self.doctreedir)) /usr/lib/python2.7/site-packages/sphinx/environment/__init__.py:565: in update self._read_serial(docnames, self.app) /usr/lib/python2.7/site-packages/sphinx/environment/__init__.py:584: in _read_serial self.read_doc(docname, app) /usr/lib/python2.7/site-packages/sphinx/environment/__init__.py:659: in read_doc doctree = read_doc(self.app, self, self.doc2path(docname)) /usr/lib/python2.7/site-packages/sphinx/io.py:294: in read_doc pub.publish() /usr/lib/python2.7/site-packages/docutils/core.py:218: in publish self.apply_transforms() /usr/lib/python2.7/site-packages/docutils/core.py:199: in apply_transforms self.document.transformer.apply_transforms() /usr/lib/python2.7/site-packages/sphinx/transforms/__init__.py:96: in apply_transforms Transformer.apply_transforms(self) /usr/lib/python2.7/site-packages/docutils/transforms/__init__.py:171: in apply_transforms transform.apply(**kwargs) recommonmark/transform.py:328: in apply self.traverse(self.document) recommonmark/transform.py:308: in traverse self.traverse(child) recommonmark/transform.py:298: in traverse newnode = self.find_replace(c) recommonmark/transform.py:280: in find_replace newnode = self.auto_code_block(node) recommonmark/transform.py:233: in auto_code_block self.current_level) recommonmark/states.py:51: in reset self.memo.inliner.init_customizations(document.settings) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <docutils.parsers.rst.states.Inliner instance at 0x2000320e830> settings = <Values at 0x20002fa2b90: {'footnote_backlinks': 1, 'record_dependencies': DependencyList(None, []), 'language_code': ...alse, 'strip_elements_with_classes': None, '_config_files': [], 'file_insertion_enabled': True, 'dump_settings': None}> def init_customizations(self, settings): # lookahead and look-behind expressions for inline markup rules > if settings.character_level_inline_markup: E AttributeError: Values instance has no attribute 'character_level_inline_markup' /usr/lib/python2.7/site-packages/docutils/parsers/rst/states.py:470: AttributeError ---------------------------------------------------------------------------------------------- Captured stdout call -----------------------------------------------------------------------------------------------
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960554e66955ae96ca6dae540f90aeabf7c5e09c commit 960554e66955ae96ca6dae540f90aeabf7c5e09c Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2019-02-10 23:07:47 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2019-02-10 23:08:59 +0000 dev-python/recommonmark: Increase docutils dependency Closes: https://bugs.gentoo.org/672210 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789cc0b4b8529d7a959466659c320c473111d13c commit 789cc0b4b8529d7a959466659c320c473111d13c Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2019-02-10 23:48:31 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2019-02-10 23:51:49 +0000 dev-python/recommonmark: Increase docutils dependency Closes: https://bugs.gentoo.org/672210 Signed-off-by: Matt Turner <mattst88@gentoo.org> .../recommonmark-0.5.0_pre20181012-r1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4254e1815c40c76104831f799ff8d2e4c129a4 commit 2b4254e1815c40c76104831f799ff8d2e4c129a4 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2019-02-10 23:46:39 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2019-02-10 23:51:45 +0000 Revert "dev-python/recommonmark: Increase docutils dependency" This reverts commit 960554e66955ae96ca6dae540f90aeabf7c5e09c. Bug: https://bugs.gentoo.org/672210 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)