docs: Fix building the docs without RTD theme.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider 2014-08-13 17:37:11 +02:00
parent 7453e58680
commit 538a41b25a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ version = 'beta'
release = 'beta'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme = 'sphinx_rtd_theme'
html_theme = 'default'
html_static_path = ['_static']
html_show_copyright = False