For me (running pyenv in bash, Ubuntu) the make serve-docs section command doesn't work out of the box. Even though there are proper dev dependencies in the pyproject.toml/[tool.poetry.group.dev.dependencies].
I needed to manually install these python packages:
pip install mkdocs-material mkdocstrings mkdocs-minify-plugin mkdocs-markdownextradata-plugin.
Describe the Bug
System Information
Operating system: Ubuntu 20.04 (Elementary OS 6 Jólnir)
P.S.
There is factory-boy in pyproject.toml dev dependencies, but it looks like the tests are using faker exclusively .
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
For me (running pyenv in bash, Ubuntu) the
make serve-docs
section command doesn't work out of the box. Even though there are proper dev dependencies in thepyproject.toml/[tool.poetry.group.dev.dependencies]
.I needed to manually install these python packages:
pip install mkdocs-material mkdocstrings mkdocs-minify-plugin mkdocs-markdownextradata-plugin
.Describe the Bug
System Information
P.S. There is
factory-boy
inpyproject.toml
dev dependencies, but it looks like the tests are usingfaker
exclusively .Upvote & Fund