Skip to content

Commit 61e7cae

Browse files
committed
docset: use --icon-2x instead of manual copy
1 parent 560b213 commit 61e7cae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,5 @@ allowlist_externals =
131131
commands =
132132
rm -rf attrs.docset attrs.tgz docs/_build
133133
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
134-
doc2dash --index-page index.html --icon docs/_static/docset-icon.png --online-redirect-url https://www.attrs.org/en/latest/ docs/_build/html
135-
cp docs/_static/docset-icon@2x.png attrs.docset/icon@2x.png
134+
doc2dash --index-page index.html --icon docs/_static/docset-icon.png --icon-2x docs/_static/docset-icon@2x.png --online-redirect-url https://www.attrs.org/en/latest/ docs/_build/html
136135
tar --exclude='.DS_Store' -cvzf attrs.tgz attrs.docset

0 commit comments

Comments
 (0)