Re: [ansible-devel] make webdocs for custom collection

2021-09-05 Thread 'Felix Fontein' via Ansible Development
Hi, instead of trying to force ansible's docsite build to build your module/plugin docs for your collection, you could simply create a new docsite: 1. Install antsibull (https://pypi.org/project/antsibull/) 2. Create a new directory /foo/bar 3. Run antsibull-docs sphinx-init --use-

[ansible-devel] make webdocs for custom collection

2021-09-02 Thread Dhiwakar Ravikumar
Hi I have developed a collection of modules on my local setup. Now, I've already verified that the CLI docstrings for the modules are printing correctly by running *ansible-doc* Next, I wanted to generate the HTML webdoc file. So I followed the steps listed here. https://docs.ansible.com/ansib