-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[docs] update make.cmd #2603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems that's not all. Changing diff --git "a/c:\\temp\\tmp\\makA9.tmp\\make-4e73029-left.cmd" "b/C:\\src\\git\\ipython\\docs\\make.cmd"
index d4e003d..f2bd611 100644
--- "a/c:\\temp\\tmp\\makA9.tmp\\make-4e73029-left.cmd"
+++ "b/C:\\src\\git\\ipython\\docs\\make.cmd"
@@ -22,6 +22,7 @@ FOR %%L IN (html pickle htmlhelp latex changes linkcheck) DO (
)
MD build\doctrees 2>NUL
MD build\%1 || GOTO DIR_EXIST
+ IF NOT EXIST source\api\generated\gen.txt python autogen_api.py
%SPHINXBUILD% -b %1 %ALLSPHINXOPTS% build\%1
IF NOT ERRORLEVEL 0 GOTO ERROR
ECHO. But although html files are created in I'll check later on Ubuntu and do comparison to deduce something, lacking sphinx knowledge. |
From the log warnings I'll excerpt this:
repeated for all items included in gen.txt Directory Files in this
repeated for all items included in gen.txt
repeated for all items included in gen.txt It may be issue with slash/backslash somewhere if this builds fine on Linux and fails on Windows |
I downloaded 0.13.1 src from pypi and made documentation on Ubuntu. Everything is fine. Comparing
|
Is this issue still relevant? |
make.cmd
does not runpython autogen_api.py
on windows.See #2601
The text was updated successfully, but these errors were encountered: