Closed chrisjsewell closed 2 years ago
Why furo?
It's by me good friend and maintainer of pip; among others their documentation uses it: https://pip.pypa.io It just looks great. I'm literally looking to see if I can create an extended theme out of it, with the extra bells and whistles that sphinx-book-theme has (like the issue buttons)
Indeed - e.g. this would anyhow not work when the package was distributed as a wheel
Yeh, FYI I see why lots of the packages on aiida-registry didn't include a wheel lol: because the command in publish-on-pypi.yml
here was python ./setup.py sdist
😬
setup.py
,setup.json
,MANIFEST.in
,check_version.py
, and.coveragerc
requires-python = ">=3.7"
yapf
toblack
for code formattingisort
andpyupgrade
pre-commit hookssphinx-rtd-theme
tofuro
tox
configuration (inpyproject.toml
)Note the setuptools
reentry_register
hook is no longer possible, although reentry is anyway removed in AiiDA v2 (and I never found this to actually work?).