Skip to content

Commit 62a531c

Browse files
committed
pin sphinx version; closes #65
1 parent eb79f3c commit 62a531c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
# The short X.Y version
2323
version = release[:len(release) - len(release.lstrip('0123456789.'))].rstrip('.')
2424

25+
master_doc = 'index'
26+
2527
extensions = [
2628
'sphinx.ext.mathjax',
2729
'jupyter_sphinx.execute',

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55

66
dependencies:
77
- python=3.6
8-
- sphinx>=0.6
8+
- sphinx==1.8.5
99
- ipywidgets>=7.0.0
1010
- IPython
1111
- nbconvert>=5.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
license = 'BSD',
2424
packages = ['jupyter_sphinx'],
2525
install_requires = [
26-
'Sphinx>=0.6',
26+
'Sphinx>=1.8',
2727
'ipywidgets>=7.0.0',
2828
'IPython',
2929
'nbconvert>=5.5',

0 commit comments

Comments
 (0)