Guest User

Sphinx custom node error

a guest
Sep 28th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. # Sphinx version: 4.0.3
  2. # Python version: 3.6.15 (CPython)
  3. # Docutils version: 0.14
  4. # Jinja2 version: 2.11.3
  5. # Last messages:
  6. # reading sources... [ 61%] guides/deprecating-content
  7. #
  8. # reading sources... [ 62%] guides/developers
  9. #
  10. # reading sources... [ 63%] guides/embedding-content
  11. #
  12. # reading sources... [ 64%] guides/hiding-a-version
  13. #
  14. # reading sources... [ 65%] guides/importing-private-repositories
  15. #
  16. # Loaded extensions:
  17. # sphinx.ext.mathjax (4.0.3) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/ext/mathjax.py
  18. # sphinxcontrib.applehelp (1.0.2) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxcontrib/applehelp/__init__.py
  19. # sphinxcontrib.devhelp (1.0.2) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxcontrib/devhelp/__init__.py
  20. # sphinxcontrib.htmlhelp (1.0.3) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxcontrib/htmlhelp/__init__.py
  21. # sphinxcontrib.serializinghtml (1.1.4) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxcontrib/serializinghtml/__init__.py
  22. # sphinxcontrib.qthelp (1.0.3) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxcontrib/qthelp/__init__.py
  23. # alabaster (0.7.12) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/alabaster/__init__.py
  24. # sphinx.ext.autodoc.preserve_defaults (1.0) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/ext/autodoc/preserve_defaults.py
  25. # sphinx.ext.autodoc.type_comment (4.0.3) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/ext/autodoc/type_comment.py
  26. # sphinx.ext.autodoc (4.0.3) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py
  27. # sphinx.ext.intersphinx (4.0.3) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/ext/intersphinx.py
  28. # sphinxcontrib.httpdomain (unknown version) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxcontrib/httpdomain.py
  29. # sphinx_tabs.tabs (unknown version) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx_tabs/tabs.py
  30. # sphinx-prompt (unknown version) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx-prompt/__init__.py
  31. # notfound.extension (0.6) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/notfound/extension.py
  32. # hoverxref.extension (0.5b1) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/hoverxref/extension.py
  33. # sphinx_search.extension (unknown version) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx_search/extension.py
  34. # sphinxemoji.sphinxemoji (0.1.8) from /home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinxemoji/sphinxemoji.py
  35. Traceback (most recent call last):
  36. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/cmd/build.py", line 280, in build_main
  37. app.build(args.force_all, filenames)
  38. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/application.py", line 350, in build
  39. self.builder.build_update()
  40. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 294, in build_update
  41. len(to_build))
  42. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 306, in build
  43. updated_docnames = set(self.read())
  44. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 413, in read
  45. self._read_serial(docnames)
  46. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 434, in _read_serial
  47. self.read_doc(docname)
  48. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 487, in read_doc
  49. self.write_doctree(docname, doctree)
  50. File "/home/juanlu/Projects/RTD/readthedocs.org/.venv/lib/python3.6/site-packages/sphinx/builders/__init__.py", line 501, in write_doctree
  51. pickle.dump(doctree, f, pickle.HIGHEST_PROTOCOL)
  52. _pickle.PicklingError: Can't pickle <class 'commercial'>: attribute lookup commercial on builtins failed
  53.  
Advertisement
Add Comment
Please, Sign In to add comment