aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorernado <ernado@ya.ru>2014-07-23 12:19:32 +0400
committerernado <ernado@ya.ru>2014-07-23 12:19:32 +0400
commit181e7a547a7068a4085a1419739f06317de43ae1 (patch)
treea4706dc41449b1a7b2319ab5519d740ee7a1ad64 /docs
parent3b3391cd657210cb4052f137a4dd3a47bfec28b2 (diff)
downloadseaweedfs-181e7a547a7068a4085a1419739f06317de43ae1.tar.xz
seaweedfs-181e7a547a7068a4085a1419739f06317de43ae1.zip
changed docs theme
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
-rw-r--r--docs/requirements.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f515c594d..f88ed8286 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -256,3 +256,9 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
+
+import sphinx_rtd_theme
+
+html_theme = "sphinx_rtd_theme"
+
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] \ No newline at end of file
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 000000000..52b04f2ec
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+sphinx_rtd_theme \ No newline at end of file