summaryrefslogtreecommitdiff
path: root/sphinx/util/jsdump.py
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-19 22:44:45 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-19 23:17:29 +0000
commit6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (patch)
tree021d012b719cb4b42f9e1b3720b78773d7eb5a3d /sphinx/util/jsdump.py
parentb8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff)
downloadsphinx-git-6b8bccec5977f608f0b1e33f31a4888a2ea0d141.tar.gz
Remove module titles in docstrings
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r--sphinx/util/jsdump.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py
index 7db70dd5c..935a26119 100644
--- a/sphinx/util/jsdump.py
+++ b/sphinx/util/jsdump.py
@@ -1,7 +1,4 @@
"""
- sphinx.util.jsdump
- ~~~~~~~~~~~~~~~~~~
-
This module implements a simple JavaScript serializer.
Uses the basestring encode function from simplejson by Bob Ippolito.