Hi there,

I tried to build a python script executing the make.bat file. I played 
around a bit and then recognized that when not in the base directory (where 
the conf.py is located), the make fails because it cannot find the conf.py.

To prevent this, I added the following two lines right after the initial 
REM:

REM Change directory to the one in which make.bat is located so 
sphinx-build won't break
cd /d %~dp0

Now it's working as expected. I'm wondering if this will break something or 
what the reason is this is not included in the original make.bat. Maybe 
there are side effects?

Thanks,
Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/0t5UOW_13moJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to