Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Upgrading Sphinx to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Sep 22, 2015
1 parent d0069a8 commit b88ba56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 26 deletions.
18 changes: 1 addition & 17 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/py_wlc.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit b88ba56

Please sign in to comment.