-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
Description
The documentation cannot be built according to the README:
lotus:…/odoo/odoorpc|master|% python setup.py build
No Sphinx module found. You have to install Sphinx to be able to generate the documentation.
running build
running build_py
lotus:…/odoo/odoorpc|master|% python
Python 3.11.9 (main, Apr 10 2024, 13:16:36) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from sphinx.setup_command import BuildDoc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'sphinx.setup_command'
lotus:…/odoo/odoorpc|master|% pip list | grep -i sphinx
Sphinx 7.4.5
sphinxcontrib-applehelp 1.0.8
sphinxcontrib-devhelp 1.0.6
sphinxcontrib-htmlhelp 2.0.5
sphinxcontrib-jsmath 1.0.1
sphinxcontrib-qthelp 1.0.7
sphinxcontrib-serializinghtml 1.1.10
Reactions are currently unavailable