Hey guys, wanna ask what are you using to generate...
# general
w
Hey guys, wanna ask what are you using to generate pulumi Docs?. Specifically for python.
h
i mean, i always recommend sphinx for API-oriented python docs--autodoc plus cosmopolitan produces solid API references, with the flexibility to do any kind of explanatory prose you want
w
Thanks for the tips! I’ll try it!
h
Sphinx can be a lot to swallow. the RTD tutorial https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html might be better than sphinx's own
w
This is nice! Thank you very much!!