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:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-21 15:36:15 +0300
committerGitHub <noreply@github.com>2020-05-21 15:36:15 +0300
commitce3455d80e2e3c99dcd79912b017f571b5ed4168 (patch)
treec86ae4da8ea6198b899b479d9832394666b864f1 /sphinx/templates
parent74351b2d43f264e66da3dce6e493188d0eebfae6 (diff)
Fix typo in make.bat_t, https:// link
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/quickstart/make.bat_t6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/templates/quickstart/make.bat_t b/sphinx/templates/quickstart/make.bat_t
index 774585566..830cf656e 100644
--- a/sphinx/templates/quickstart/make.bat_t
+++ b/sphinx/templates/quickstart/make.bat_t
@@ -27,9 +27,9 @@ if "%1" == "help" (
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and an HTML help project
- echo. qthelp to make HTML files and a qthelp project
+ echo. qthelp to make HTML files and a Qt help project
echo. devhelp to make HTML files and a Devhelp project
- echo. epub to make an epub
+ echo. epub to make an EPUB
echo. latex to make LaTeX files (you can set PAPER=a4 or PAPER=letter)
echo. latexpdf to make LaTeX files and then PDFs out of them
echo. text to make text files
@@ -69,7 +69,7 @@ if errorlevel 9009 (
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
- echo.http://sphinx-doc.org/
+ echo.https://sphinx-doc.org/
exit /b 1
)