Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
mike deploy docs-develop
error: lxml.html.clean module is now a separate project lxml_html_clean.
Install lxml[html_clean] or lxml_html_clean directly.
The fix just updates the mkdocs-jupyter-related plugins
mike deploy docs-develop
INFO - Cleaning site directory
INFO - Building documentation to directory: /Users/mattia.dalben/Desktop/kura_docs/site
INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration:
- index.md
To do so and avoid version conflicts I had to update all the mkdocs-related plugins.
Fix the documentation build automation by updating the
mkdocs
versions.The documentation build automation started acting up recently due to a change in
mike
dependencies.See: https://github.com/eclipse/kura/actions/runs/8551781748/job/23571664614
I was able to reproduce the issue locally:
The fix just updates the
mkdocs-jupyter
-related pluginsTo do so and avoid version conflicts I had to update all the
mkdocs
-related plugins.