Skip to content

Commit

Permalink
Add flask theme
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Sep 2, 2012
1 parent 18e8cdc commit 366e305
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "docs/_themes"]
path = docs/_themes
url = git://github.com/lepture/flask-sphinx-themes.git
1 change: 1 addition & 0 deletions docs/_themes
Submodule _themes added at 0269f3
4 changes: 4 additions & 0 deletions docs/conf.py
Expand Up @@ -38,3 +38,7 @@
pygments_style = 'tango'
html_theme = 'default'
html_theme_options = {}

sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'flask'

0 comments on commit 366e305

Please sign in to comment.