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-23 20:22:31 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-30 17:36:52 +0300
commit13011703ea5e06b5955263281ec8cf5797cf4f9a (patch)
treee207e265e945f8b277891dea54b3465707c880d7 /CHANGES
parentc75e43a32119d74d7227c2d73db0c3ee57cacb4c (diff)
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 e243770e2..e01925377 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
--------