MAINT: Be nitpicky about docs#1437
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1437 +/- ##
==========================================
- Coverage 94.77% 94.12% -0.65%
==========================================
Files 44 44
Lines 7306 7307 +1
==========================================
- Hits 6924 6878 -46
- Misses 382 429 +47
☔ View full report in Codecov by Sentry. |
|
Yes I would change the RTD build command. I can look into that or feel free to push a commit This fixes the original problem for me: |
|
... actually IIRC the RTD stuff lives on the RTD site itself (?) so someone else might need to change it. I did at least make it that locally now it builds with |
| # To have both fast pickling, safe process creation and serialization of | ||
| # interactive functions, ``loky`` provides a wrapper function | ||
| # :func:`wrap_non_picklable_objects` to wrap the non-picklable function and | ||
| # ``wrap_non_picklable_objects`` to wrap the non-picklable function and |
There was a problem hiding this comment.
Locally for me at least this function had no docstring :(
|
Ok it seems to be run with Thanks a lot for fixing most of the errors @larsoner. |
|
Thx a lot @larsoner ! |

Closes #1436
SPHINXOPTSwasn't used indoc/Makefile, now it is so you can do stuff likemake clean && make html SPHINXOPTS="-nWT --keep-going -D sphinx_gallery_conf.filename_pattern=none"SPHINXOPTSto use-nWT --keep-geingto be nitpickyThere are a few left I still need to sort out but this is at least close to working locally.