Calmcode - docs: watch

Watch

1 2 3 4 5 6 7 8 9

To make sure that the docs automatically update you'll need to ensure that these lines of code are in your mkdocs.yml file.

plugins:
- mkdocstrings:
    watch:
      - clumper

In order for this to work, you will need to make sure that the plugins are properly installed via pip.

python -m pip install mkdocstrings

If you're developing the package this will automatically be installed when running:

make develop