We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560b213 commit 61e7caeCopy full SHA for 61e7cae
tox.ini
@@ -131,6 +131,5 @@ allowlist_externals =
131
commands =
132
rm -rf attrs.docset attrs.tgz docs/_build
133
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
+ 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
136
tar --exclude='.DS_Store' -cvzf attrs.tgz attrs.docset
0 commit comments