mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove use of six.next
Use Python builtin next() instead.
This commit is contained in:
@@ -17,7 +17,7 @@ from collections import defaultdict
|
||||
from copy import copy
|
||||
from os import path
|
||||
|
||||
from six import BytesIO, next
|
||||
from six import BytesIO
|
||||
|
||||
from sphinx import addnodes
|
||||
from sphinx.deprecation import RemovedInSphinx30Warning, RemovedInSphinx40Warning
|
||||
|
||||
Reference in New Issue
Block a user