Merge pull request #982 from gladiac/docs

docs: Fix building the docs without RTD theme.
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2014-08-13 19:46:42 +04:00
commit 23b43d8376

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