sphinx-thebe icon indicating copy to clipboard operation
sphinx-thebe copied to clipboard

Docs build failed with Error- NameError: name 'docutils' is not defined

Open sackh opened this issue 4 years ago • 4 comments

Describe the bug

I am getting Build Error on readthedocs.org. NameError: name 'docutils' is not defined

To Reproduce

Error log: https://readthedocs.org/api/v2/build/12178595.txt https://readthedocs.org/projects/xyz-spaces-python/builds/12178595/

Expected behavior Docs should build.

Environment

  • Python Version: 3.7

sackh avatar Oct 24 '20 15:10 sackh

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

welcome[bot] avatar Oct 24 '20 15:10 welcome[bot]

Hmm, does it build locally? Can you link your repo?

choldgraf avatar Oct 24 '20 16:10 choldgraf

yes, it builds locally. Repo Link: https://github.com/heremaps/xyz-spaces-python

sackh avatar Oct 25 '20 10:10 sackh

This should fix it: https://github.com/executablebooks/sphinx-thebe/pull/21

deeplook avatar Oct 25 '20 15:10 deeplook