Skip to content

Commit

Permalink
Uses bootstrap sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Jan 26, 2016
1 parent 3ec85f8 commit 5cbb741
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@

from root import *
from recommonmark.parser import CommonMarkParser
import sphinx_bootstrap_theme

#-----------------------------------------------------------------------------------------------------------------------
# DEFINITIONS:
#-----------------------------------------------------------------------------------------------------------------------

html_theme = "alabaster"
html_theme = "bootstrap"
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()

project = "Coconut"
copyright = "2015, Evan Hubinger"
Expand Down

0 comments on commit 5cbb741

Please sign in to comment.