WIP PR for docsite split is
https://github.com/ansible/ansible/pull/73362 - still a lot to go on
it(samccann,
16:07:47)
we also have an internal build that can publish
'make coredocs' once we have all this working(samccann,
16:08:56)
this line controls what collection version gets
included in the docs build
-https://github.com/ansible/ansible/blob/devel/hacking/build_library/build_ansible/command_plugins/docs_build.py#L17(samccann,
16:21:48)
(1) git clone ansible (2) source
hacking/en-setup (3) run build-ansible.py which uses docs_build to
build the docs (4) docs_build imports ansible.release.__version__
from the ansible checkout and gets the version (5) docs_build
executes antsibull-docs with that version(samccann,
16:22:57)
we may need something like `make webdocs
ANSIBLE=2.10`;; `make webdocs ANSIBLE=3` ;; `make coredocs`(samccann,
16:32:37)
ACTION: abadger1999
to figure out how to implement `make webdocs ANSIBLE=2.10`;; `make
webdocs ANSIBLE=3` ;; `make coredocs` and report back later this
week(abadger1999,
16:37:22)
we will have a supplemental meeting Thursday at
11am ET /16:00 UTC to discuss
https://github.com/ansible-community/antsibull/pull/238(samccann,
17:11:12)