Looks like the `highlightlinenothreshold` property is going away in Sphinx
3.0.
Luckily it looks like the fix should be straightforward
(`highlightlinenothreshold` was basically an alias for `sys.maxsize`). [1]
PR incoming.
[1] https://github.com/sphinx-
doc/sphinx/commit/61098a0ae2e696a804459d36bd74ca57db76eda5#diff-
9ae39fbf16dabc27af998b9c0a6968a0L977
--
Ticket URL: <https://code.djangoproject.com/ticket/31025>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => Baptiste Mispelon
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/31025#comment:1>
Comment (by felixxm):
[https://github.com/django/django/pull/12127 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/31025#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"89d41cba392b759732ba9f1db4ff29ed47da6a56" 89d41cba]:
{{{
#!CommitTicketReference repository=""
revision="89d41cba392b759732ba9f1db4ff29ed47da6a56"
Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on
Sphinx 1.8+.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31025#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"641deb4d50e2ae3c7031739dcf9d1524492dc095" 641deb4]:
{{{
#!CommitTicketReference repository=""
revision="641deb4d50e2ae3c7031739dcf9d1524492dc095"
[3.0.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning
on Sphinx 1.8+.
Backport of 89d41cba392b759732ba9f1db4ff29ed47da6a56 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31025#comment:4>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"28dd5362ae17a975c4d273d6019aeb8e890e3576" 28dd536]:
{{{
#!CommitTicketReference repository=""
revision="28dd5362ae17a975c4d273d6019aeb8e890e3576"
[2.2.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning
on Sphinx 1.8+.
Backport of 89d41cba392b759732ba9f1db4ff29ed47da6a56 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31025#comment:5>