Sorry, something went wrong.
|
Backport won't be possible, we have older sphinx on older branches. |
Sorry, something went wrong.
|
@andresdelfino I see you a lot on the doc those time, though you would be interested in proofreading this :) |
Sorry, something went wrong.
|
@JulienPalard could you check the comment I made? I believe something is missing. |
Sorry, something went wrong.
|
@andresdelfino Gladly, but, which comment? |
Sorry, something went wrong.
| Another bad idea is to print things that embed an object address, like | ||
|
|
||
| .. doctest:: | ||
|
|
There was a problem hiding this comment.
Perhaps
| :no-trim-doctest-flags: |
is missing here?
Sorry, something went wrong.
There was a problem hiding this comment.
The rendered docs doesn't show the doctest directive in this case.
Sorry, something went wrong.
There was a problem hiding this comment.
I think it's better to keep it hidden in this case. The case is:
the comment in the case is true: it's expected to fail. If we reveal the hidden doctest: +SKIP it's no longer expected to fail, the comment becomes erroneous.
The point of this example is to demo usefull cases for +ELLIPSIS, not +SKIP.
Sorry, something went wrong.
There was a problem hiding this comment.
Oh, ok :)
Sorry, something went wrong.
|
@JulienPalard sorry, I thought it was submitted, but I was seeing a draft. |
Sorry, something went wrong.
|
This breaks the minimum version of sphinx listed in Docs/conf.py: Line 48 in f7f0ed5 :no-trim-doctest-flags: was added in sphinx 3.2 whereas the minimum version in Docs/conf.py is 1.8: sphinx-doc/sphinx@784e763 |
Sorry, something went wrong.
|
@asottile that's right, let's bump this, thanks for noticing! |
Sorry, something went wrong.
|
@JulienPalard there's been additional efforts in this release to maintain compatibility with 1.x so there might be competing opinions here |
Sorry, something went wrong.
|
Ok so let's discuss this futher in an issue. I'm opening it → https://bugs.python.org/issue42843 |
Sorry, something went wrong.
|
sounds good -- I only noticed this because it broke the packaging for deadsnakes (on 20.04, 18.04 and 16.04) so I reverted this patch there: deadsnakes/python3.10@f69292e |
Sorry, something went wrong.
|
I only noticed this because it broke the packaging for deadsnakes Sorry for this :( |
Sorry, something went wrong.
|
I only noticed this because it broke the packaging for deadsnakes Sorry for this :( no big deal, I'm considering dropping the documentation build since it's ~95% of my maintenance and I'm not sure anybody actually uses it. |
Sorry, something went wrong.
Doctest directive were hidden in HTML and PDF output, this PR show them back.
https://bugs.python.org/issue36675