2. add this to your conf.py: ::
- sys.path.append(os.path.abspath('_themes'))
- html_theme_path = ['_themes']
- html_theme = 'flask'
+ sys.path.append(os.path.abspath('_themes'))
+ html_theme_path = ['_themes']
+ html_theme = 'flask'
The following themes exist:
**kr**
- the standard flask documentation theme for large projects
+ the standard flask documentation theme for large projects
**kr_small**
- small one-page theme. Intended to be used by very small addon libraries.
+ small one-page theme. Intended to be used by very small addon libraries.
The official Freenode channel for Requests is
`#python-requests <irc://irc.freenode.net/python-requests>`_
-I'm also available as **kennethreitz** on Freenode.
\ No newline at end of file
+I'm also available as **kennethreitz** on Freenode.
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
-html_theme = 'kr'
\ No newline at end of file
+html_theme = 'kr'