Re: [sphinx-users] Re: Prevent documentation of infinite loops

2019-07-30 Thread Peter Burdine
Is your code protected by: if __name__ == "__main__": main() If you dont have something like this, your code will be executed when the files are exec'd to get the doc strings. On Tue, Jul 30, 2019, 13:34 Peter Burdine wrote: > I don't believe Sphinx (by default) uses while loops. Are you

[sphinx-users] Re: Prevent documentation of infinite loops

2019-07-30 Thread József Pohl
Sorry, my bad. I was not clear. So the problem is that my code is documented with sphinx, and if my code contains an infinite while loop, then the documentation generator tries to discover all function calls, so starts running my infinite loop, which makes it run continuously without result. I

[sphinx-users] Re: Prevent documentation of infinite loops

2019-07-30 Thread Peter Burdine
I don't believe Sphinx (by default) uses while loops. Are you writing your own extension or using an installed extension? We've had an issue like this in the past when using jinja. Is that what you are talking about? On Monday, July 22, 2019 at 1:57:46 AM UTC-7, József Pohl wrote: > > Hi, >

Re: [sphinx-users] How to upgrade jquery version to 3.4.1 in the generated python documentation files

2019-07-30 Thread lebert david
hello vesion dapadoc mix1.4 soluse redite variable for say fsl git樂 Garanti sans virus. www.avast.com

[sphinx-users] How to upgrade jquery version to 3.4.1 in the generated python documentation files

2019-07-30 Thread Feier
Hi, I'm using sphinx-build 1.8.2 to generate python documentation from docstring. In the generated _static folder, I can see that the jquery version is 3.2.1. Is there any way I can control the jquery version used and use the version 3.4.1? Thanks for the help! Regards, Feier -- You