diff options
| author | Christian Clauss <cclauss@me.com> | 2021-09-08 02:15:25 +0200 |
|---|---|---|
| committer | Christian Clauss <cclauss@me.com> | 2021-09-08 02:15:25 +0200 |
| commit | 86583c578c807d449e3a9d5ee56b1e7081340629 (patch) | |
| tree | 4275417d693382f62120d6f07cd9021a1b84252f /sphinx/builders/_epub_base.py | |
| parent | 336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff) | |
| download | sphinx-git-86583c578c807d449e3a9d5ee56b1e7081340629.tar.gz | |
Fix typos discovered by codespell
Diffstat (limited to 'sphinx/builders/_epub_base.py')
| -rw-r--r-- | sphinx/builders/_epub_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/_epub_base.py b/sphinx/builders/_epub_base.py index 103033478..2dfc35ecd 100644 --- a/sphinx/builders/_epub_base.py +++ b/sphinx/builders/_epub_base.py @@ -143,7 +143,7 @@ class EpubBuilder(StandaloneHTMLBuilder): embedded = True # disable download role download_support = False - # dont' create links to original images from images + # don't create links to original images from images html_scaled_image_link = False # don't generate search index or include search page search = False |
