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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-30 17:54:37 +0300
committerGitHub <noreply@github.com>2022-01-30 17:54:37 +0300
commit07110b7557a552ecfe702bdd6a2d2f9685cb1af9 (patch)
tree4d3d752a3e864f8200949a3d2c2b2654b6d3421e /CHANGES
parent8d82b9cd229f2bf5e66e9d1c467d046f012e0dc1 (diff)
parent13011703ea5e06b5955263281ec8cf5797cf4f9a (diff)
Merge pull request #10132 from tk0miya/10122_install_check_in_make.bat
Fix #10122: make.bat should check the installation before help
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ec1cda66..a6c043552 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,8 @@ Bugs fixed
----------
* #10133: autodoc: Crashed when mocked module is used for type annotation
+* #10122: sphinx-build: make.bat does not check the installation of sphinx-build
+ command before showing help
Testing
--------