Skip to content

Commit 58259a0

Browse files
authored
Update README.md
Rolling back suggested docker image for setting up local readthedocs site to deal with sphinx dependency issue
1 parent 3285cdc commit 58259a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Then visit the [civic-docs pull requests page](https://github.com/griffithlab/ci
6565
If you wind up in Python dependency hell getting Sphinx to work, you may want to try working in a Docker image by doing something like the following:
6666

6767
```
68-
docker pull griffithlab/pvactools:latest
69-
docker run -p 8000:8000 -v ~/git/civic/civic-docs/:/opt/git/civic/civic-docs/ -it griffithlab/pvactools:latest
68+
docker pull griffithlab/pvactools:4.1.0
69+
docker run -p 8000:8000 -v ~/git/civic-docs/:/opt/git/civic/civic-docs/ -it griffithlab/pvactools:4.1.0
7070
pip install sphinx sphinx-autobuild sphinx-fontawesome sphinxcontrib-images
7171
pip install git+https://github.com/griffithlab/sphinxcontrib-programoutput.git#egg=sphinxcontrib-programoutput
7272
cd /opt/git/civic/civic-docs/docs

0 commit comments

Comments
 (0)