Skip to content

Commit

Permalink
docset: use --icon-2x instead of manual copy
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 20, 2025
1 parent 560b213 commit 61e7cae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,5 @@ allowlist_externals =
commands =
rm -rf attrs.docset attrs.tgz docs/_build
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
doc2dash --index-page index.html --icon docs/_static/docset-icon.png --online-redirect-url https://www.attrs.org/en/latest/ docs/_build/html
cp docs/_static/[email protected] attrs.docset/[email protected]
doc2dash --index-page index.html --icon docs/_static/docset-icon.png --icon-2x docs/_static/[email protected] --online-redirect-url https://www.attrs.org/en/latest/ docs/_build/html
tar --exclude='.DS_Store' -cvzf attrs.tgz attrs.docset

0 comments on commit 61e7cae

Please sign in to comment.