Skip to content

Commit

Permalink
fix sphinx search functionality (hail-is#5059)
Browse files Browse the repository at this point in the history
* fix?

* update image and change normal env too
  • Loading branch information
danking authored Jan 3, 2019
1 parent 120b553 commit acef9b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hail-ci-build-image
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcr.io/hail-vdc/hail-pr-builder:9a59509f2f1c7d570494f17595a9516839c27220cf4487ef3607c64b8b215325
gcr.io/hail-vdc/hail-pr-builder:124133f80af4373efd3ea198c63c503821ee965dc40f23041312286a09350571
2 changes: 1 addition & 1 deletion hail/python/hail/dev-environment-py3.7.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: hail-py3.7
dependencies:
- python=3.7
- Sphinx=1.8.2
- Sphinx=1.8.3
- sphinxcontrib=1.0
- conda-forge::nbsphinx=0.3.5
- conda-forge::sphinx_rtd_theme=0.4.2
Expand Down
6 changes: 3 additions & 3 deletions hail/python/hail/dev-environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: hail
dependencies:
- python=3.6
- Sphinx=1.8.2
- Sphinx=1.8.3
- sphinxcontrib=1.0
- conda-forge::nbsphinx=0.3.1
- conda-forge::sphinx_rtd_theme=0.2.4
- conda-forge::sphinx_rtd_theme=0.4.2
- numpy=1.14.0
- pandas=0.22.0
- pandas=0.23.4
- matplotlib=2.2.3
- seaborn=0.8.1
- bokeh=0.12.13
Expand Down
2 changes: 1 addition & 1 deletion hail/python/hail/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hail
dependencies:
- python=3.6
- numpy=1.14.0
- pandas=0.22.0
- pandas=0.23.0
- matplotlib=2.2.3
- seaborn=0.8.1
- bokeh=0.12.13
Expand Down

0 comments on commit acef9b5

Please sign in to comment.