Skip to content

Commit

Permalink
Removed sphinx-gallery because Qt was conflicting with PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 12, 2019
1 parent 4585a09 commit f340292
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ matrix:
- os: linux
language: generic
env:
- PYTHON_VERSION="3.6" BUILD_CONDA="YES" NUMPY_VERSION=1.15 DISPLAY_AVAIL="NO"
- PYTHON_VERSION="3.6" BUILD_CONDA="YES" NUMPY_VERSION=1.15 DISPLAY_AVAIL="YES"
- os: osx
language: generic
env:
- PYTHON_VERSION="3.6" DISPLAY_AVAIL="NO" BUILD_BINARY="YES" NUMPY_VERSION=1.15
- os: linux
language: generic
env:
- PYTHON_VERSION="3.6" BUILD_DOCS="YES" NUMPY_VERSION=1.15 COVERALLS="YES" DISPLAY_AVAIL="NO"
- PYTHON_VERSION="3.6" BUILD_DOCS="YES" NUMPY_VERSION=1.15 COVERALLS="YES" DISPLAY_AVAIL="YES"
before_install:
- source ci/install.sh
install:
Expand Down
2 changes: 2 additions & 0 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cd "$TRAVIS_BUILD_DIR"
conda install -q -c anaconda sphinx sphinx_rtd_theme
conda install -q -c conda-forge sphinx-gallery
pip install sphinx-prompt
conda deactivate
conda activate devel

echo "Adding the SSH key ..."
cd ci/
Expand Down
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ channels:
dependencies:
- python=3
- numpy=1.15.*
- pyside2
- pyside2=5.13.*
- sphinx
- pytest
- qtpy
- sphinx-gallery
- sphinx_rtd_theme
#- sphinx-gallery
#Sphinx-Gallery removed because it requires matplotlib/pyqt and conflicts with pyside2's Qt version
- requests
- python-dateutil
- pyinstaller
Expand Down

0 comments on commit f340292

Please sign in to comment.