How to use the alabaster._version function in alabaster

To help you get started, we’ve selected a few alabaster examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github deanishe / i-sheet-you-not / doc / _themes / alabaster / __init__.py View on Github external
def update_context(app, pagename, templatename, context, doctree):
    context['alabaster_version'] = version.__version__
github python-bonobo / bonobo / docs / _templates / alabaster / __init__.py View on Github external
def update_context(app, pagename, templatename, context, doctree):
    context["alabaster_version"] = version.__version__
github nueverest / blowdrycss / docs / custom_themes / alabaster_custom / __init__.py View on Github external
def update_context(app, pagename, templatename, context, doctree):
    context['alabaster_version'] = version.__version__
github SpectoLabs / hoverfly-java / docs / source / alabaster / __init__.py View on Github external
def update_context(app, pagename, templatename, context, doctree):
    context['alabaster_version'] = version.__version__

alabaster

A light, configurable Sphinx theme

BSD-2-Clause
Latest version published 4 months ago

Package Health Score

88 / 100
Full package analysis