Re: [sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-04-03 Thread Jørgen Cederberg
Hi again I found the culprit. I copied the "document non-skipped members" code from https://github.com/sphinx-doc/sphinx/blob/bfdf0d1e8384397e4719649857c2f6a26bb26d63/sphinx/ext/autodoc/__init__.py#L682 And now it will document the members. I'm still working on my tests, I'm having difficultie

Re: [sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-26 Thread Jørgen Cederberg
Hi thanks so much for wanting to help out. This folder should be self-contained: https://github.com/sphinx-contrib/matlabdomain/tree/master/tests/roots/test_autodoc The intent is to auto-document the example class and its members. Thanks Jørgen Cederberg Den lørdag den 24. marts 2018 kl.

Re: [sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-26 Thread Jørgen Cederberg
Hi I'm really grateful, that you'll look into this issue. I prepared a minimal example https://github.com/sphinx-contrib/matlabdomain/tree/master/tests/roots/test_autodoc The rendered output should include the member functions of the class in target folder. Best regards Jørgen Cederberg De

Re: [sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-24 Thread Komiya Takeshi
Hi, The bootstrap code for autodoc is changed since 1.6. So the change breaks matlabdomain. I'd like to investigate the error. But I don't know anything about matlab. Do you have simple and reproducible example? Thanks, Takeshi KOMIYA 2018-03-23 5:51 GMT+09:00 Jørgen Cederberg : > Den torsdag de

[sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-22 Thread Jørgen Cederberg
Den torsdag den 22. marts 2018 kl. 14.34.41 UTC+1 skrev jfbu: > > Le 22/03/2018 à 14:07, jfbu a écrit : > > Trying > > > > $ git diff v1.6.6..v1.7.1 -- sphinx/autodoc/* > > > > nothing is reported... > > sorry... gross oversight of mine > > of course that should have been sphinx/ext/autodoc*

[sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-22 Thread jfbu
Le 22/03/2018 à 14:07, jfbu a écrit : Trying $ git diff v1.6.6..v1.7.1 -- sphinx/autodoc/* nothing is reported... sorry... gross oversight of mine of course that should have been sphinx/ext/autodoc* and anyhow there was some refatoring of autodoc.py as a module from sphinx/ext/autodoc.py to

[sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-22 Thread jfbu
Le 22/03/2018 à 14:04, jfbu a écrit : Le 22/03/2018 à 08:39, Jørgen Cederberg a écrit : Hi I maintain sphinxcontrib-matlabdomain , which provides autodoc-capabilities for the MATLAB language. With the Sphinx 1.7 update, I had a regression, that

[sphinx-users] Re: Changes to autodoc in Sphinx 1.7

2018-03-22 Thread jfbu
Le 22/03/2018 à 08:39, Jørgen Cederberg a écrit : Hi I maintain sphinxcontrib-matlabdomain , which provides autodoc-capabilities for the MATLAB language. With the Sphinx 1.7 update, I had a regression, that the *:members:* options does not work