Skip to content

2024.10.10

Latest
Compare
Choose a tag to compare
@xames3 xames3 released this 11 Oct 21:26
· 10 commits to main since this release
8fe9a96

Coeus Sphinx Theme v2024.10.10 Release Notes

Added Features

  1. Video Directive:
    Added support for local or url-based video integration.

  2. Support for Folium Map rendering:
    Added support for rendering folium maps when provided in conjunction with Jupyter-Cell markup.

  3. Support for Jupyter Notebook rendering:
    Added support for rendering Jupyter Notebooks using JupyterLite and a custom notebook directive.

  4. Support for capturing feedbacks:
    Added support for capturing user feedback using the feedback_link option.

  5. Support for i18n:
    Added support for internationalization using sphinx-intl and custom language switcher rendering, related to #1

Changes

  1. Migrate all non-critical HTML files to Jinja template, related to #5

  2. Fix minor styling issues and components like tables, icons, etc.