jbfavre commented on issue #8858: URL: https://github.com/apache/trafficserver/issues/8858#issuecomment-1133946354
Made some progress in the investigation. It turns out that every documentation is generated in a single `apachetrafficserver.1` file. Having a deeper look, I can't understand how manpages.py output is used by sphinx. As I understand it, manpages.py is supposed to provided the list of manpages to generate through the global man_pages variable. This is why it's not defined in `conf.py`. Indeed, copying/pasting the `man_pages` definition from `manpages.py` to `conf.py` makes the every man pages to be generated. Will look to find a way to call or include `manpages.py` from `conf.py` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
