Skip to content

dwaynebailey/sphinx-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bootstrap theme for Sphinx

This repository includes a Bootstrap-based Sphinx theme used for the documentation of Translate's software.

Installation

Add this repository contents as _theme into your docs folder. You can also add it as a git submodule, which is probably the best idea. You need to run the following from the root of your repository:

git submodule add git://github.com/translate/sphinx-themes.git docs/_themes/

Adjust the necessary configuration options in conf.py:

sys.path.insert(0, os.path.abspath('.'))
html_theme_path = ['_themes']
html_theme = 'sphinx-bootstrap'

About

Sphinx themes for the Translate Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%