nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
16 stars 5 forks source link

Read The Docs should be optional during Bake #131

Open smk4664 opened 3 months ago

smk4664 commented 3 months ago

Environment

Proposed Functionality

Currently all baked cookies will include RTD settings and CI components. I am proposing to make this optional.

Use Case

Baked cookies immediately fail CI if RTD is not setup. Not all apps are immediately published to RTD, and some may not get them at all. Currently we have to remove RTD from the CI if not using. This also allows us to bake with it off, then at a later time re-bake with it turned on.