Okey got you. Any thought on my second query, currently we need to download whole ansible repository to run (MODULES=$custom_module make webdocs). What minimal binary files are required instead downloading the full repository.
Thnaks On Monday, February 12, 2018 at 9:07:38 PM UTC+5:30, Matt Martz wrote: > > What you are seeing is expected. There is no current way to have it only > render just that single module as HTML. > > Instead it renders all modules into RST, and then will render all RST > files, excluding all modules except for the one you indicated. > > Full documentation build can take hours. At the moment, the 3 minute > build time is the best we have. > > On Mon, Feb 12, 2018 at 6:22 AM, Binny <[email protected] <javascript:>> > wrote: > >> Hello, >> >> i am following the below ansible documentation. >> http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html" >> >> Using this i could able to generate .html file for my custom >> module(MODULES=$custom_module make webdocs). But its taking longer time >> just to generate a html file(Around 3 minutes).Is there a workaround to >> make it happens in less time? 2. At current stage we are running this >> command (MODULES=$custom_module make webdocs) after downloading whole >> Ansible package. Just wondering what minimal package we need to run it >> successfully instead of keeping the whole ansible repository? >> >> Will appreciate for any help. >> >> Thanks >> Pradhan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ansible Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/6ad1e5eb-ab0c-44a7-82ab-a6c5cde88719%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ansible-project/6ad1e5eb-ab0c-44a7-82ab-a6c5cde88719%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Matt Martz > @sivel > sivel.net > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7a82c99a-85f3-4f12-b902-d7d678edf940%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
