Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Include tests for sphinx 1.5, fixed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 7, 2017
1 parent 47b0073 commit fbb8d69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
# sudo is required for installing pandoc
sudo: required
env:
- SPHINX_VERSION=1.3
- SPHINX_VERSION=1.4
- SPHINX_VERSION=1.5
install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
Expand Down
14 changes: 6 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# nbformat
# https://nbformat.readthedocs.io/en/latest/changelog.html
nbformat=4.1.0 # rg.filter: >= 4.1, <4.2

# nbconvert
# https://nbformat.readthedocs.io/en/latest/changelog.html
nbformat=4.2.0 # rg.filter: >= 4.2, <4.3
# https://nbconvert.readthedocs.io/en/latest/changelog.html
nbconvert==5.1.1 # rg.filter: >= 4.2, <5.2


# notebook
# https://jupyter-notebook.readthedocs.io/en/latest/changelog.html
notebook=4.2.3 # rg.filter: >=4.2, <4.3
notebook==4.3.1 # rq.filter: >=4.2, <4.4

# Sphinx
# http://www.sphinx-doc.org/en/stable/changes.html
sphinx=1.4.8 # rg.filter: >=1.3, <1.5
sphinx==1.5.1 # rq.filter: >=1.3, <1.6

0 comments on commit fbb8d69

Please sign in to comment.