Closed
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 .cache
mkdocs serve
- Open subproject in a browser and observe that the project has an indigo palette
- In another window, edit the project's
mkdocs.yml
to set the palette tored
- Make a change to the
docs/index.md
to 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.