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, >

[sphinx-users] Cannot build because of Extension error

2021-01-20 Thread castania pilonga
Hello, I recently upgraded my operating system. I had Trisquel 8 (based on Ubuntu 16.04) and now I have Trisquel 9 (based on Ubuntu 18.04). After the upgrade I cannot build my Sphinx project. When I do *make html* I get the following error: *Running Sphinx v1.8.5loading translations

[sphinx-users] Re: Embedded videos

2021-01-20 Thread castania pilonga
Thank you. In the end I did it with raw html and iframe. Thanks! On Thursday, January 14, 2021 at 10:10:08 AM UTC+1 Stefano David wrote: > Hi, > > On Tue, 12 Jan 2021 14:25:02 -0800, castania pilonga wrote: > > > I uploaded the built files to my remote web server and published them, > > just to

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