Bénédikt Tran
Bénédikt Tran
``theme_show_powered_by`` takes value from ``html_show_sphinx`` or ``html_theme_options['show_powered_by']`` when available. - Fix #172. - Fix #205.
(cc: @AA-Turner) In light of #172 and https://github.com/sphinx-doc/sphinx/issues/11367, the alabaster theme uses another configuration value than what the basic theme is using when deciding whether "Powered by Sphinx" should be...
Closes https://github.com/python/mypy/issues/16649 It's the first time I am contributing to mypy so I am not very familiar with how it works entirely behind the scene. The issue that I had...
Some novels have multiple translator groups and the links for some of those groups are not crawlable. In particular, the crawler miserably fails and the process hangs for a long...
This issue serves as a tracker for issues related to autodoc and its inhability to render types. Feel free to dump the issues you find relevant and I'll add them...
Closes #11285. Documentation will be in a separate PR. Note that this PR must be merged after #12017.
Fix #11278. Fix #11531. Details: - Add `:classmethod:` directive option for `@classmethod` combined with `@singledispatchmethod`. - Add tests. ~~There is some decision making to doc for this feature concerning the...
Closes #11474. Closes #11908. Note that this fix may increased build time for very large projects since we need to revert back to reading at least twice the pickled files....
Fix #10193. Due to various side-effects, the test suite must currently be executed in its own (see #11285).
Closes #11995. @user27182 Could you check if this patch works? I added a test but since I refactored autodoc for that, I want to be sure that I didn't forget...