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