Skip to content

Commit

Permalink
Pin Sphinx to old version until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdhicks committed May 24, 2017
1 parent f91a0ad commit b2638e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
css_files = []
except ImportError:
html_theme = 'alabaster'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'interactive': ['matplotlib', 'fiona'],
'distributed': ['distributed', 'dask[distributed]'],
'analytics': ['scipy', 'pyparsing', 'numexpr'],
'doc': ['Sphinx', 'setuptools'],
'doc': ['Sphinx==1.5.6', 'setuptools'],
'replicas': ['paramiko', 'sshtunnel', 'tqdm'],
'test': tests_require,
}
Expand Down

0 comments on commit b2638e2

Please sign in to comment.