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

2022-05-25 Thread Dan Sandberg
> 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 configurati

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 :

[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