This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
bidict
mirror of
https://github.com/jab/bidict.git
Watch
1
Star
1
Fork
You've already forked bidict
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83865f2bed
bidict
/
requirements
/
docs.in
4 lines
30 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Minor improvements, mostly to docs. - Switch to Furo theme. - Fix some links reported as broken by Sphinx's `make linkcheck`. - No longer use autodoc private members. Avoids noisy Sphinx warnings. - No longer generate duplicate section labels in Changelog. Avoids noisy Sphinx warnings. - Remove logo, codecov badge, and add num-sponsors badge. - Rename bidict._iter.iteritems_args_kw -> ...iteritems_args
2022-02-10 16:44:56 +00:00
furo
Improve installation, dev, and release tooling. * Switch from install-extras to requirements.in + pip-tools for deterministic installation of dependencies. * Do not use the isolated pre-commit environment for the pylint hook as per https://github.com/pre-commit/pre-commit/issues/813#issuecomment-413220498. * Use setuptools_scm's new parentdir_prefix_version feature to fix #115. See pypa/setuptools_scm#477. * Drop sphinx_autodoc_typehints; use equivalent functionality now built into Sphinx.
2020-11-28 15:09:30 +00:00
sphinx
Add sphinx-copybutton, fix readthedocs setup
2021-11-04 21:30:54 +00:00
sphinx-copybutton