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