Skip to content

1.1.1

Compare
Choose a tag to compare
@jonathansick jonathansick released this 21 Feb 20:41
· 29 commits to main since this release
a2cb229

Bug fixes

  • setuptools is now included in the core package dependencies. The documenteer.ext.bibtex extension uses pybtex, which is turn uses pkg_resources from setuptools. In Python 3.12, setuptools is not available in Python environments by default. This direct dependency can be removed once pybtex is updated to use importlib.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 in documenteer.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