docs: Fix building the docs without RTD theme.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
7453e58680
commit
538a41b25a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue