Hi I am building docs using sphinx , python.
so i cloned/built the sphinx using the following commands *git clone https://github.com/sphinx-doc/sphinx.git sphinxcd sphinx && sudo -E python setup.py install && cd ..* With that i installed the sphinx successfully. But while the docs i getting the following error. *...* *...* *...* *Running Sphinx v3.0.0+/60a3501* *Exception occurred: File "/usr/local/lib/python3.5/site-packages/breathe/node_factory.py", line 5, in <module> import sphinx.ext.mathbaseImportError: No module named 'sphinx.ext.mathbase'The full traceback has been saved in /tmp/sphinx-err-fdcrekva.log, if you want to report the issue to the developers.Please also report this if it was a user error, so that a better error message can be provided next time.A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!* >From the error, i think phython is searching for sphinx.ext.mathbase module, but failed to found. How to enable i*sphinx.ext.mathbase *in sphinx package * ???* -- This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is strictly prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/a35c58b7-fb2a-43fb-8bdd-27f3ad81d68f%40googlegroups.com.
