From 997c0570cfdb2d8d37e39402df30083ce8474c18 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Wed, 23 Jul 2014 12:16:54 +0900 Subject: [PATCH] docs flask --- README.rst | 2 +- docs/_themes | 1 + docs/conf.py | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 160000 docs/_themes diff --git a/README.rst b/README.rst index 6ec76fe..ad00702 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Screenshot: (click to see) .. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamAll.png :alt: all - + Install ------- diff --git a/docs/_themes b/docs/_themes new file mode 160000 index 0000000..1cc4468 --- /dev/null +++ b/docs/_themes @@ -0,0 +1 @@ +Subproject commit 1cc44686f0f9dad27cce2c9d16cf42f97bc87dbd diff --git a/docs/conf.py b/docs/conf.py index 36005d4..956e8ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 -- 2.25.1