Re: [sphinx-users] Custom writer specified in conf.py

2022-05-25 Thread Dan Sandberg
Thanks Jean -- that's exactly what I needed. I looked at the source-code but didn't see where the conf file was being used in an executable way. I'll update the Stackoverflow question with your answer. Thanks again, -Dan On Wed, May 25, 2022 at 9:06 PM Jean Abou Samra wrote: > Le 25/05/2022

Re: [sphinx-users] Custom writer specified in conf.py

2022-05-25 Thread Jean Abou Samra
Le 25/05/2022 à 19:23, Dan Sandberg a écrit : Hi Jean, Thanks for the reply.  I saw that, but how do you use it from the config file?  If there's no way, then it isn't really a replacement. The setup() function in the configuration file takes the application object and can mutate it. For exa

Re: [sphinx-users] Custom writer specified in conf.py

2022-05-25 Thread Dan Sandberg
Hi Jean, Thanks for the reply. I saw that, but how do you use it from the config file? If there's no way, then it isn't really a replacement. Thanks, -Dan On Wed, May 25, 2022, 5:44 PM Jean Abou Samra wrote: > > > Le 24/05/2022 à 23:26, Dan Sandberg a écrit : > > From posts like: > > > > >

Re: [sphinx-users] Custom writer specified in conf.py

2022-05-25 Thread Jean Abou Samra
Le 24/05/2022 à 23:26, Dan Sandberg a écrit : From posts like: https://stackoverflow.com/questions/1088/use-custom-html-writer-in-sphinx It seems like in the past you could specify a custom writer by setting the html_translator_class attribute in conf.py. Is there any replacement that

[sphinx-users] Custom writer specified in conf.py

2022-05-24 Thread Dan Sandberg
>From posts like: https://stackoverflow.com/questions/1088/use-custom-html-writer-in-sphinx It seems like in the past you could specify a custom writer by setting the html_translator_class attribute in conf.py. Is there any replacement that can be done through the conf.py configuration rat