NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
458 stars 102 forks source link

mkdocs dep incompatibilty of newest versions #188

Closed m-birke closed 3 years ago

m-birke commented 3 years ago

mkdocs 1.2 requires watchdog>=2.0 pydoc-markdown 3.13.0 requires watchdog<2.0.0,>=1.0.0

it seems to work anyway, but using tox causes problems, when tox first installs mkdocs and afterwards pydoc-markdown within its virtualenv

NiklasRosenstein commented 3 years ago

Hey @suitre77 ,

later versions of Pydoc-Markdown depend on watchdog without version constraints.