File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ Then visit the [civic-docs pull requests page](https://github.com/griffithlab/ci
65
65
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:
66
66
67
67
```
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
70
70
pip install sphinx sphinx-autobuild sphinx-fontawesome sphinxcontrib-images
71
71
pip install git+https://github.com/griffithlab/sphinxcontrib-programoutput.git#egg=sphinxcontrib-programoutput
72
72
cd /opt/git/civic/civic-docs/docs
You can’t perform that action at this time.
0 commit comments