From b88ba562821ac862e7a07b2149d603e0c18d3e73 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Tue, 22 Sep 2015 22:55:36 +0100 Subject: [PATCH] Upgrading Sphinx to 1.3.1 --- .idea/misc.xml | 18 +----------------- .idea/py_wlc.iml | 2 +- docs/source/conf.py | 2 +- requirements.txt | 15 ++++++++------- 4 files changed, 11 insertions(+), 26 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index d57b5af..da3be6a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,12 +1,5 @@ - - - - - - @@ -17,14 +10,5 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/.idea/py_wlc.iml b/.idea/py_wlc.iml index 9337325..0ccc61d 100644 --- a/.idea/py_wlc.iml +++ b/.idea/py_wlc.iml @@ -2,7 +2,7 @@ - + diff --git a/docs/source/conf.py b/docs/source/conf.py index 0bd4563..8c1cda6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ templates_path = ['_templates'] # The suffix of source filenames. -source_suffix = '.rst' +source_suffix = ['.rst'] # The encoding of source files. #source_encoding = 'utf-8-sig' diff --git a/requirements.txt b/requirements.txt index 85ce9e0..88f5f5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ -Babel==1.3 -Jinja2==2.7.3 +Babel==2.0 +Jinja2==2.8 MarkupSafe==0.23 PyYAML==3.11 -Pygments==2.0.1 -Sphinx==1.3b2 +Pygments==2.0.2 +Sphinx==1.3.1 +alabaster==0.7.6 astroid==1.3.2 cov-core==1.15.0 coverage==3.7.1 @@ -14,9 +15,9 @@ py==1.4.26 pylint==1.4.0 pytest==2.6.4 pytest-cov==1.8.1 -pytz==2014.10 +pytz==2015.6 requests==2.5.0 -six==1.8.0 +six==1.9.0 snowballstemmer==1.2.0 -sphinx-rtd-theme==0.1.6 +sphinx-rtd-theme==0.1.9 xlrd==0.9.3