Building the themeΒΆ

In order to build the theme, you must first checkout the sphinx-bluebrain-theme source:

git clone --recursive https://github.com/BlueBrain/sphinx-bluebrain-theme.git

This will also clone the mkdocs-material submodule which is required.

Building and testing the theme is very simple:

tox

This will run the necessary conversion scripts and copy the required source files.

Once the theme has been built, the theme will be located in the sphinx_bluebrain_theme directory.

Warning

You should never edit files in the sphinx_bluebrain_theme directory by hand, any changes will be overwritten next time someone builds the theme.

Source

building.rst