summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-04-28 22:50:01 +0100
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-04-28 22:50:01 +0100
commitff79edf353f5cc6e02036f58e0295dc704c5e681 (patch)
tree891f45cc3da864671177d0550c7a9807ee3c1d89
parent1a5133ac391931d8e0e2a271fe8ea9c505176908 (diff)
downloadsphinx-git-ff79edf353f5cc6e02036f58e0295dc704c5e681.tar.gz
Remove ``jsdump`` references post removal
-rw-r--r--.flake81
-rw-r--r--AUTHORS9
2 files changed, 0 insertions, 10 deletions
diff --git a/.flake8 b/.flake8
index 0f41face2..e01c0e5c8 100644
--- a/.flake8
+++ b/.flake8
@@ -29,4 +29,3 @@ exclude =
doc/usage/extensions/example*.py,
per-file-ignores =
tests/*: E501
- sphinx/util/jsdump.py: SIM905
diff --git a/AUTHORS b/AUTHORS
index a35c27044..786d28c70 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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