diff --git a/docs/_themes/README.rst b/docs/_themes/README.rst index de8310a2..dd8d7c07 100644 --- a/docs/_themes/README.rst +++ b/docs/_themes/README.rst @@ -11,15 +11,15 @@ this guide: 2. add this to your conf.py: :: - sys.path.append(os.path.abspath('_themes')) - html_theme_path = ['_themes'] - html_theme = 'flask' + sys.path.append(os.path.abspath('_themes')) + html_theme_path = ['_themes'] + html_theme = 'flask' The following themes exist: **kr** - the standard flask documentation theme for large projects + the standard flask documentation theme for large projects **kr_small** - small one-page theme. Intended to be used by very small addon libraries. + small one-page theme. Intended to be used by very small addon libraries. diff --git a/docs/community/support.rst b/docs/community/support.rst index 2dc0b312..318691f0 100644 --- a/docs/community/support.rst +++ b/docs/community/support.rst @@ -34,4 +34,4 @@ IRC The official Freenode channel for Requests is `#python-requests `_ -I'm also available as **kennethreitz** on Freenode. \ No newline at end of file +I'm also available as **kennethreitz** on Freenode. diff --git a/docs/conf.py b/docs/conf.py index f0e28fd2..12e1fd77 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -241,4 +241,4 @@ texinfo_appendices = [] sys.path.append(os.path.abspath('_themes')) html_theme_path = ['_themes'] -html_theme = 'kr' \ No newline at end of file +html_theme = 'kr' diff --git a/docs/dev/authors.rst b/docs/dev/authors.rst index 6be155f4..2e96919c 100644 --- a/docs/dev/authors.rst +++ b/docs/dev/authors.rst @@ -2,4 +2,4 @@ Authors ======= -.. include:: ../../AUTHORS.rst \ No newline at end of file +.. include:: ../../AUTHORS.rst