From 878532325a0a326ea2b9fce88ff45fed7c5782bf Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 16 Jan 2015 21:48:03 +0100 Subject: [PATCH] Nature --- docs/api/sleep.rst | 13 ------------- docs/api/stream.rst | 13 ------------- docs/conf.py | 2 +- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 docs/api/sleep.rst delete mode 100644 docs/api/stream.rst diff --git a/docs/api/sleep.rst b/docs/api/sleep.rst deleted file mode 100644 index fbf7845d..00000000 --- a/docs/api/sleep.rst +++ /dev/null @@ -1,13 +0,0 @@ -/sleep ------------------------------- - -.. contents:: - -GET /sleep -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - -Response status codes -************************** -- **200**: OK - diff --git a/docs/api/stream.rst b/docs/api/stream.rst deleted file mode 100644 index 00180c62..00000000 --- a/docs/api/stream.rst +++ /dev/null @@ -1,13 +0,0 @@ -/stream ------------------------------- - -.. contents:: - -GET /stream -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - -Response status codes -************************** -- **200**: OK - diff --git a/docs/conf.py b/docs/conf.py index 563979c4..27de1def 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. #html_theme = 'default' -html_theme = 'haiku' +html_theme = 'nature' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the