V1EngineeringInc/V1EngineeringInc-Docs

Updating or keeping up to date

V1EngineeringInc opened this issue · 5 comments

Mkdocs and The material theme have both had significant updates.

Any ideas how to update them?

I am guessing circleci/config.yml plays a part, and requirements.txt list specific versions of them both. Do those need to be there, are they locking in the current versions?

We can try either dropping the version number all together, but then we would be at the mercy of the latest version (which might still be fine, until it isn't). Or we can update, and freeze on the latest stable version for a while.

The requirements.txt is probably where to start. Just removing the versions at the end.

Okay. I updated both all the way on my machine and it broke. So maybe I will try to step each one forward slowly. There is a nice list of updates and what needs to change. I think I can walk it forward slowly after testing locally. Maybe in the evenings in case I screw it up.

Yeah. That may be why I froze them to begin with. I'm not sure. It's good to keep up to date a little, but it can be a full-time job to stay on the bleeding edge.

I will try to put some time into this, this evening. It looks like they have made some performance and UI upgrades this last year.

I think I got it with #196