mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Make mkdocs
watch for changes in packages
This commit is contained in:
parent
d0a6d71b5c
commit
8a31f97cd5
@ -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"
|
||||
|
@ -42,6 +42,8 @@ plugins:
|
||||
- search
|
||||
- macros:
|
||||
modules: [docs]
|
||||
watch:
|
||||
- packages
|
||||
nav:
|
||||
- Introduction: 'index.md'
|
||||
- Tutorials:
|
||||
|
Loading…
Reference in New Issue
Block a user