Skip to content

Commit

Permalink
Reset sphinx-gallery version to 0.4.0 (apache#9280)
Browse files Browse the repository at this point in the history
Seeing:
```
ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0)
ERROR: No matching distribution found for sphinx-gallery==0.4.1
```

This was changed in apache#9115
  • Loading branch information
Mousius authored and ylc committed Jan 13, 2022
1 parent 8576d9e commit 7e2cfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_sphinx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ pip3 install \
matplotlib \
sphinx \
sphinx_autodoc_annotation \
sphinx-gallery==0.4.1 \
sphinx-gallery==0.4.0 \
sphinx_rtd_theme

0 comments on commit 7e2cfa6

Please sign in to comment.