Hi, On Sun, 8 May 2022 at 14:15, <[email protected]> wrote: > > Hello, > > in your great epytext demo [1] I can see that types are generated as > hypertext. Great! ;) > But I don't get it how you did it. > > 1. Maybe it is a good idea to add the pydoctor call you used to generate > the demos to the documentation. Or did I missed it somewhere?
Whe whole documentation is generated via Read The Docs and Sphinx. There is an "extension" for Sphinx, to build pydoctor HTML files as part of the standard sphinx build process. The sphinx configuration is here. https://github.com/twisted/pydoctor/blob/master/docs/source/conf.py#L98 And Read The Docs configuration is here https://github.com/twisted/pydoctor/blob/master/readthedocs.yml Cheers _______________________________________________ Twisted mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/twisted.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/SIXHTQHXZWZVGKSY7SEJ624NRBSJLMTZ/ Code of Conduct: https://twisted.org/conduct
