Remove `jsdump` references post removal

This commit is contained in:
Adam Turner 2023-04-28 22:50:01 +01:00
parent 1a5133ac39
commit ff79edf353
2 changed files with 0 additions and 10 deletions

View File

@ -29,4 +29,3 @@ exclude =
doc/usage/extensions/example*.py,
per-file-ignores =
tests/*: E501
sphinx/util/jsdump.py: SIM905

View File

@ -93,12 +93,3 @@ Contributors
* Zac Hatfield-Dodds -- doctest reporting improvements, intersphinx performance
Many thanks for all contributions!
Included software
=================
There are also a few modules or functions incorporated from other
authors and projects:
* sphinx.util.jsdump uses the basestring encoding from simplejson,
written by Bob Ippolito, released under the MIT license