Sphinx Bulma Theme 0.2.9 | Coderz Repository

sphinx-bulma-theme 0.2.9

Last updated:

0 purchases

sphinx-bulma-theme 0.2.9 Image
sphinx-bulma-theme 0.2.9 Images

Free

Languages

Categories

Add to Cart

Description:

sphinxbulmatheme 0.2.9

A Sphinx theme based on the RTD theme, built on top of bulma.io.
Demo






Motivation
Bulma has excellent content markup and great message boxes for admonitions
WORK IN PROGRESS


Installing
pip install sphinx-bulma-theme


Configuring
import sphinx_bulma_theme

html_theme = "bulma"
html_theme_path = [sphinx_bulma_theme.get_html_theme_path()]
html_theme_options = {
'logo_path': 'logo.png', # within _static/
'admonition_class': 'is-small',
'analytics_id': None,
'breadcrumbs_at_top': False,
'canonical_url': None,
'collapse_navigation': False,
'content_margin_left': None,
'content_padding_left': None,
'content_padding_top': None,
'display_version': True,
'logo_only': False,
'navigation_depth': 4,
'prev_next_buttons_location': 'bottom',
'show_topbar': False,
'sidebar_class': 'has-text-dark',
'sidebar_container_class': 'is-one-quarter',
'sidebar_right': None,
'theme_sidebar_style': None,
'topbar_class': 'is-light',
'topbar_logo_class': 'image is-32x32',
}


Contributing
pipenv install --dev
make watch

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.