|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+import sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
|
@@ -38,7 +38,7 @@ extensions = [
|
|
|
]
|
|
|
|
|
|
|
|
|
-templates_path = ['sphinx/templates']
|
|
|
+templates_path = ['templates']
|
|
|
|
|
|
|
|
|
|
|
@@ -87,7 +87,7 @@ todo_include_todos = True
|
|
|
|
|
|
|
|
|
|
|
|
-html_theme = 'alabaster'
|
|
|
+html_theme = 'sphinx_rtd_theme'
|
|
|
|
|
|
|
|
|
|
|
@@ -98,7 +98,7 @@ html_theme = 'alabaster'
|
|
|
|
|
|
|
|
|
|
|
|
-html_static_path = ['sphinx/static']
|
|
|
+html_static_path = ['static']
|
|
|
|
|
|
|
|
|
|