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 Ke
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,
> T
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 system
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', '--implicit-namespace