Re: [sphinx-users] Connected function not being called in apidoc.

2021-01-20 Thread Joshua J. Kugler
For some reason, it either wasn't seeing the environment variable I was setting, or there was a problem with cached docs. Thank you for your time, and sorry for the noise. j -- Joshua J. Kugler - Fairbanks, Alaska - jos...@azariah.com Azariah Enterprises - Programming and Website Design PGP

Re: [sphinx-users] Connected function not being called in apidoc.

2021-01-20 Thread Joshua J. Kugler
That's weird...because when I called it from the command line, it worked! :) j On Wednesday, January 20, 2021 4:01:07 AM AKST Komiya Takeshi wrote: > Hi, > > `conf.py` is a configuration file for "sphinx-build", not > "sphinx-apidoc". So it will be never loaded from the command. > > Thanks, >

Re: [sphinx-users] Connected function not being called in apidoc.

2021-01-20 Thread Komiya Takeshi
Hi, `conf.py` is a configuration file for "sphinx-build", not "sphinx-apidoc". So it will be never loaded from the command. Thanks, Takeshi KOMIIYA 2021年1月20日(水) 11:31 Joshua J. Kugler : > > I was invoking sphinx-apidoc from the command line, and all was working. > > We modified our build

[sphinx-users] Connected function not being called in apidoc.

2021-01-19 Thread Joshua J. Kugler
I was invoking sphinx-apidoc from the command line, and all was working. We modified our build system and now sphinx is being called from a python script. That parts looks like this: from sphinx.ext.apidoc import main as apidoc_main ... apidoc_main(['-q', '-f', '-e', '-M',