Skip to content

A Sphinx theme for doc integrated in the HBP Collaboratory

License

Notifications You must be signed in to change notification settings

genric/hbp-collaboratory-sphinx-theme

 
 

Repository files navigation

https://travis-ci.org/HumanBrainProject/hbp-collaboratory-sphinx-theme.svg?branch=master

View a working demo over on collaboratory.

This package provide a Sphinx theme for documentation integrated into the Collaboratory. It can be used for standalone websites as well.

screen_integrated.png

Download the hbp-collaboratory-sphinx-theme.zip provided by the latest release to your documentation project directory.

As explained in sphinx documentation, in your conf.py file:

html_theme = 'hbp-collaboratory-sphinx-theme'
html_theme_path = ['.']

HBP Collaboratory Sphinx Theme github project can be included in your documentation project as a git submodule. This will enable you to modify the theme and see the changes immediately in your browser. Please have a look at the documentation example project on how to set up. After you are happy with the changes, you've made to the theme, please make a pull request for us to review.

The build and release is done using grunt.

grunt release

Changelog

About

A Sphinx theme for doc integrated in the HBP Collaboratory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.3%
  • CSS 36.5%
  • HTML 17.2%