docs flask
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Wed, 23 Jul 2014 03:16:54 +0000 (12:16 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Wed, 23 Jul 2014 03:16:54 +0000 (12:16 +0900)
README.rst
docs/_themes [new submodule]
docs/conf.py

index 6ec76feb9c9a243b876ab8fd9857a7c3a9cc5ec1..ad00702d511658fab4b4c7ab96ee67c98232840c 100644 (file)
@@ -22,7 +22,7 @@ Screenshot: (click to see)
 \r
 .. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamAll.png\r
    :alt: all\r
-   \r
+\r
 Install\r
 -------\r
 \r
diff --git a/docs/_themes b/docs/_themes
new file mode 160000 (submodule)
index 0000000..1cc4468
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1cc44686f0f9dad27cce2c9d16cf42f97bc87dbd
index 36005d4b6616dbe0ab10244dc40499385df00716..956e8ada8fa6018d6836b686e6c38dea68d6a1f0 100644 (file)
@@ -51,9 +51,9 @@ copyright = u'2014, Vu Nhat Minh'
 # built documents.
 #
 # The short X.Y version.
-version = '0.1.0'
+version = '0.4.3'
 # The full version, including alpha/beta/rc tags.
-release = '0.1.0'
+release = '0.4.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -98,7 +98,9 @@ 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'
+sys.path.append(os.path.abspath('_themes'))
+html_theme_path = ['_themes']
+html_theme = 'flask'
 
 # 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