We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa007d commit f86dac6Copy full SHA for f86dac6
scripts/update_docs.sh
@@ -66,11 +66,6 @@ else
66
# Put the new release in stable and with the actual version.
67
cp -R ../docs/_build/html/ stable/
68
cp -R ../docs/_build/html/ "${CURRENT_VERSION}/"
69
-
70
- # Also update the versions file.
71
- ../.tox/docs/bin/python ../scripts/update_versions.py
72
- # Update the files which were updated in the release.
73
- git add versions.html versions.json
74
fi
75
76
# Update the files push to gh-pages.
scripts/update_versions.py
0 commit comments