Conversation
|
@tmihoc I see we are not getting the read-the-docs rendered link on these PRs. |
I noticed the same. It works if I trigger the build manually from the RTD interface, but the question is why does the build not start automatically. I'll investigate. |
tmihoc
left a comment
There was a problem hiding this comment.
Thank you very much for your careful and comprehensive work on this, and for porting this from the previous repo to the new one!
I've tried to build it locally and it failed until I updated docs/requirements to have myst-parser~=4.0 -- apparently there has been a new major release there and the starter pack isn't ready for that, so pinning to the previous version helps. (The current directive from our starter pack maintainers is to do this for all of our repos.) Please add that fix.
I've left a couple of other small comments -- please see those as well.
Description
This PR recreates canonical/jaas-documentation#124 from the jaas-documentation repo. It updates our "how-to manage models" document to explain how to use the new
--target-controllerflag and in general how model creation works.Fixes JUJU-8867
Engineering checklist