You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_functional.test_buildhtml_alt ... ERROR
======================================================================
ERROR: test_functional.test_buildhtml_alt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/aleontiev/projects/sphinx/plantuml/tests/test_functional.py", line 58, in test
runsphinx(src, builder, confoverrides)
File "/home/aleontiev/projects/sphinx/plantuml/tests/test_functional.py", line 40, in runsphinx
app = Sphinx(_srcdir, _fixturedir, _outdir, _outdir, builder,
File "/usr/lib/python3.8/site-packages/sphinx/application.py", line 232, in __init__
self.setup_extension(extension)
File "/usr/lib/python3.8/site-packages/sphinx/application.py", line 395, in setup_extension
self.registry.load_extension(self, extname)
File "/usr/lib/python3.8/site-packages/sphinx/registry.py", line 478, in load_extension
raise ExtensionError(__('Could not import extension %s') % extname, err)
sphinx.errors.ExtensionError: Could not import extension sphinx.builders.epub3 (exception: No module named 'sphinxcontrib.serializinghtml')
-------------------- >> begin captured stdout << ---------------------
Running Sphinx v2.2.1
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 1 test in 0.370s
FAILED (errors=1)
sphinxcontrib-serializinghtml is installed and command python -c 'import sphinxcontrib.serializinghtml' executes successfully.
It fails with the same error in tox.
The text was updated successfully, but these errors were encountered:
Host information
Running
nosetests -xdv
I get strange error:sphinxcontrib-serializinghtml
is installed and commandpython -c 'import sphinxcontrib.serializinghtml'
executes successfully.It fails with the same error in
tox
.The text was updated successfully, but these errors were encountered: