Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 01:44:45 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 02:17:29 +0300
commit6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (patch)
tree021d012b719cb4b42f9e1b3720b78773d7eb5a3d /sphinx/ext/mathjax.py
parentb8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff)
Remove module titles in docstrings
Diffstat (limited to 'sphinx/ext/mathjax.py')
-rw-r--r--sphinx/ext/mathjax.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/ext/mathjax.py b/sphinx/ext/mathjax.py
index 7b85799ec..c641b11ea 100644
--- a/sphinx/ext/mathjax.py
+++ b/sphinx/ext/mathjax.py
@@ -1,7 +1,4 @@
"""
- sphinx.ext.mathjax
- ~~~~~~~~~~~~~~~~~~
-
Allow `MathJax <https://www.mathjax.org/>`_ to be used to display math in
Sphinx's HTML writer -- requires the MathJax JavaScript library on your
webserver/computer.