linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

fix(readme): add missing packages #35

Closed noelmcloughlin closed 1 year ago

noelmcloughlin commented 1 year ago

This PR adds two missing packages needed by make serve command in step 7

$ make serve
poetry run mkdocs serve
ERROR    -  Config value 'theme': Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
ERROR    -  Config value 'plugins': The "mermaid2" plugin is not installed
Aborted with 2 Configuration Errors!
make: *** [Makefile:137: mkd-serve] Error 1
cmungall commented 1 year ago

This shouldn't be necessary, as we have this in the pyproject.toml:

https://github.com/linkml/linkml-project-cookiecutter/blob/60667e6d9dba52e894a7f3356dbbc1ab5580fd72/%7B%7Bcookiecutter.project_name%7D%7D/pyproject.toml#L22

noelmcloughlin commented 1 year ago

Closing for now