Skip to content

Commit

Permalink
Merge pull request #173 from jngrad/sphinx_downgrade
Browse files Browse the repository at this point in the history
Sphinx downgrade and Travis removal
  • Loading branch information
KaiSzuttor committed Apr 9, 2020
2 parents e24415d + 8d4d7cb commit 01cf234
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: ['centos', 'clang', 'debian', 'fedora', 'opensuse', 'rocm',
'ubuntu-18.04', 'ubuntu-20.04',
'ubuntu-cuda-10.1', 'ubuntu-cuda-9.0',
'ubuntu-travis', 'ubuntu-wo-dependencies']
'ubuntu-wo-dependencies']
steps:
- uses: actions/checkout@master
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-ubuntu-cuda-10.1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN useradd -m espresso
USER espresso

# install Python3 packages locally
RUN pip3 install --user --upgrade 'sphinx>=2.0,!=2.1.0' sphinxcontrib-bibtex 'MDAnalysis==0.16' 'pint>=0.9'
RUN pip3 install --user --upgrade 'sphinx>=2.0,!=2.1.0,!=3.0.0' sphinxcontrib-bibtex 'MDAnalysis==0.16' 'pint>=0.9'
ENV PATH="/home/espresso/.local/bin:${PATH}"

WORKDIR /home/espresso
11 changes: 0 additions & 11 deletions docker/Dockerfile-ubuntu-travis

This file was deleted.

0 comments on commit 01cf234

Please sign in to comment.