-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
Using the projects plugin in Insiders, I am having the problem that it seems the cache is never updated.
Bug description
Changes to the mkdocs.yml files in project do not get picked up. I am changing the color scheme as an example, see below. It seems the config.pickle file in .cache is not getting updated when a mkdocs.yml file in a project is changed.
Related links
Reproduction
9.4.8+insiders.4.43.0-projects-plugin-cache.zip
Steps to reproduce
rm -rf .cachemkdocs serve- Open subproject in a browser and observe that the project has an indigo palette
- In another window, edit the project's
mkdocs.ymlto set the palette tored - Make a change to the
docs/index.mdto see that the browser updates - You will see that while the change from (5) shows, the palette is still indigo
- Restart
mkdocs serve - Observe that the color scheme still has not changed.
- Stop
mkdocs serve rm -rf .cache- Start
mkdocs serve - Observe that the color scheme has changed now.
Btw. I selected a browser below without thinking and it seems this selection cannot be reset?
Browser
Other
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- 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