1.1.1
Bug fixes
setuptools
is now included in the core package dependencies. Thedocumenteer.ext.bibtex
extension usespybtex
, which is turn usespkg_resources
fromsetuptools
. In Python 3.12, setuptools is not available in Python environments by default. This direct dependency can be removed oncepybtex
is updated to useimportlib.metadata
.
Other changes
- Update to the Python project configuration guide for
documenteer.toml
to use an example project other than "Documenteer" in the examples. Also emphasize the requirement that the project must be installed to use the[project.python]
configuration indocumenteer.toml
.
What's Changed
- Improve guide for project.python table configuration by @jonathansick in #216
- [neophile] Update dependencies by @neophile-square in #217
- DM-42967: Add setuptools as a dependency by @jonathansick in #218
Full Changelog: 1.1.0...1.1.1