openforis / sepal_ui

wrapper for ipyvuetify widgets to unify the display of voila dashboards in the SEPAL plateform
https://map-app.up.railway.app
MIT License
12 stars 3 forks source link

docs build fails #917

Open dfguerrerom opened 4 months ago

dfguerrerom commented 4 months ago

There is an error with the documentation build as it can be seen here: https://readthedocs.org/projects/sepal-ui/builds/24339120/


Could not import extension jupyter_sphinx (exception: lxml.html.clean module is now a separate project lxml_html_clean.
12rambau commented 4 months ago

arf this seems to be related to jupyter_sphinx itself that I am supposed to maintain as well

dfguerrerom commented 1 month ago

fixed with 965da7062c5f97cf0a25db114c329e8f023cb594

dfguerrerom commented 1 month ago

Actually it continuous failing in readthedocs... I have opened a new PR to test it: https://github.com/openforis/sepal_ui/pull/930

dfguerrerom commented 1 month ago

The error is not the same as the previous, that one was fixed with 965da70, the issue now is:

  Exception occurred:
  File "/home/docs/checkouts/readthedocs.org/user_builds/sepal-ui/envs/930/lib/python3.10/site-packages/m2r2.py", line 611, in run
    path = nodes.reprunicode(path)
AttributeError: module 'docutils.nodes' has no attribute 'reprunicode'
The full traceback has been saved in /tmp/sphinx-err-n3qk6yyy.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!

To see the fulltraceback: https://readthedocs.org/projects/sepal-ui/builds/25238989/

12rambau commented 2 weeks ago

m2r2 have not been updated for a year , incompatibility with latest docutils is to be expected. Can you trace back to where the m2r2 package is called ?