Open
Description
Bug description
ERROR - Config value 'markdown_extensions': Failed to load extension 'pymdownx.blocks.caption'.
ModuleNotFoundError: No module named 'pymdownx.blocks.caption'
Aborted with a configuration error!
The caption extension was added in #1262. That needed pymdown-extensions = ">=10.12", which needed bumping the markdown version (which I did from ==3.4.4 to ==3.7).
Running tools/fetch_source_files.py
reverts these changes to follow the taipy/Pipfile, which causes the error.
Someone that knows this script can probably fix it very quickly, otherwise I will fix it eventually. Not sure how the actual site is deployed, but I guess this somehow hasn't been a problem.