diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 02:57:02 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 02:57:02 +0000 |
commit | b691ebcc3e440a678cd28432fed7279fa647e9cd (patch) | |
tree | faa2103fb21a8e51ea0dfe735c43bd4ed1071e13 /sphinx/ext/extlinks.py | |
parent | 5694e0ce60316b9cb9709d147e1a699ea9bde6da (diff) | |
download | sphinx-git-b691ebcc3e440a678cd28432fed7279fa647e9cd.tar.gz |
Conform to PEP 257 summary line conventions
Diffstat (limited to 'sphinx/ext/extlinks.py')
-rw-r--r-- | sphinx/ext/extlinks.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/ext/extlinks.py b/sphinx/ext/extlinks.py index 74f0ea5ed..452c85034 100644 --- a/sphinx/ext/extlinks.py +++ b/sphinx/ext/extlinks.py @@ -1,5 +1,4 @@ -"""Extension to save typing and prevent hard-coding of base URLs in the reST -files. +"""Extension to save typing and prevent hard-coding of base URLs in reST files. This adds a new config value called ``extlinks`` that is created like this:: |