-
Notifications
You must be signed in to change notification settings - Fork 95
mkdocstrings: no change when updating zensical.toml #387
Copy link
Copy link
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
No response
Bug description
When changing any options for mkdocstrings in zensical.toml and running zensical serve the change doesn't appear. The only way I found is to remove .cache folder and the re-running zensical serve.
Thanks !
Related links
Reproduction
Steps to reproduce
Minimal example
Initial Configuration:
[project.plugins.mkdocstrings.handlers.python.options]
docstring_section_style='table'
- change the value of
docstring_section_styletolistand runzensical serve - no change.
- remove .cache folder and run
zensical serve - The change occurs.
Browser
Firefox on Ubuntu
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open