Make mkdocs watch for changes in packages

This commit is contained in:
bjoluc 2022-11-21 18:55:01 +01:00
parent d0a6d71b5c
commit 8a31f97cd5
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,3 @@ def define_env(env):
def plugin_parameters(plugin_dir: str):
logger.info(f"Collecting parameter infos for plugin {plugin_dir}...")
return generate_plugin_parameters_section(plugin_dir)
def test_output():
logger.info(f"Testing output...")
return "Test"

View File

@ -42,6 +42,8 @@ plugins:
- search
- macros:
modules: [docs]
watch:
- packages
nav:
- Introduction: 'index.md'
- Tutorials: