Em Tue, 18 Jun 2019 11:47:32 +0300 Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx> escreveu: > On Mon, 17 Jun 2019, Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> wrote: > > Yeah, I guess it should be possible to do that. How a python script > > can identify if it was called by Sphinx, or if it was called directly? > > if __name__ == '__main__': > # run on the command-line, not imported Ok, when I have some spare time, I may try to convert one script to python and see how it behaves. Thanks, Mauro