diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-19 22:44:45 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-19 23:17:29 +0000 |
commit | 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (patch) | |
tree | 021d012b719cb4b42f9e1b3720b78773d7eb5a3d /sphinx/setup_command.py | |
parent | b8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff) | |
download | sphinx-git-6b8bccec5977f608f0b1e33f31a4888a2ea0d141.tar.gz |
Remove module titles in docstrings
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r-- | sphinx/setup_command.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 67b89f1c8..3d9663d0f 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -1,7 +1,4 @@ """ - sphinx.setup_command - ~~~~~~~~~~~~~~~~~~~~ - Setuptools/distutils commands to assist the building of sphinx documentation. |