Skip to content

BUG-Following INSTALLATION.md then running mkdocs serve raises error with pymdownx.blocks.caption #1319

Open
@arcanaxion

Description

@arcanaxion

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions