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.
social_previews
1 parent a58e876 commit a5844c0Copy full SHA for a5844c0
Doc/Makefile
@@ -204,6 +204,7 @@ dist-html:
204
find dist -name 'python-$(DISTVERSION)-docs-html*' -exec rm -rf {} \;
205
$(MAKE) html
206
cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
207
+ rm -rf dist/python-$(DISTVERSION)-docs-html/_images/social_previews/
208
tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
209
bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
210
(cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
0 commit comments