BUG: Fix bug with show_api_usage#1095
Conversation
|
... also @tamasgal please set |
|
Thanks for the quick response! I tried your branch and also removed the It might not be the best way to test it (far from a MWE 😆) but at least we can decrease the iteration time if you try one of my packages, this copy&paste block should reproduce the error within a minute or so: Of course I am happy to help with the testing (currently stuck in teaching). |
|
Okay I pushed another commit, with that one I get: Feel free to check! |
|
Now |
|
Yes, confirmed, works with a simple |
|
0.12.1 cut with this fix: https://pypi.org/project/sphinx-gallery/0.12.1/ |
… to version 0.12.1 v0.12.1 ------- **Fixed bugs:** - BUG: Fix bug with show_api_usage `#1095 <https://github.com/sphinx-gallery/sphinx-gallery/pull/1095>`__ (`larsoner <https://github.com/larsoner>`__) - FIX: Add blank line at end of table of contents block `#1094 <https://github.com/sphinx-gallery/sphinx-gallery/pull/1094>`__ (`sdhiscocks <https://github.com/sdhiscocks>`__) v0.12.0 ------- Support for Sphinx < 4 dropped in this release. Requirement is Sphinx >= 4. **Implemented enhancements:** - ENH: allow rst files to pass through `#1071 <https://github.com/sphinx-gallery/sphinx-gallery/pull/1071>`__ (`jklymak <https://github.com/jklymak>`__) (NEWS truncated at 15 lines)
This is going to be hard to test without a run that uses
sphinx-autoapi.@tamasgal can you try this branch? Something like
pip install https://github.com/larsoner/sphinx-gallery/zipball/bugshould do it. If it fails, can you use the verbose mode again so I can see the failing traceback?Closes #1093