Invenio standard theme for the Invenio digital library framework. It provides base templates, CSS/JS assets, and theming utilities. Version 4.7.0 requires Python >=3.7. Released infrequently; follows Invenio major releases.
pip install invenio-themeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize InvncioTheme on a Flask application.
Use `from invenio_theme import InvenioTheme` instead of `from invenio_theme.ext import InvenioTheme`.
Update your Jinja template inheritance to extend `invenio_theme/page_admin.html` or `invenio_theme/page_front.html` as appropriate.
Install Flask-BabelEx: `pip install Flask-BabelEx`.
Replace `from invenio_theme.ext import InvenioTheme` with `from invenio_theme import InvenioTheme`.
Check your template inheritance: use `invenio_theme/page_admin.html` for admin pages or `invenio_theme/page_front.html` for public pages.