You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for making sphinx-reload. We developed scikit-package(https://github.com/scikit-package/scikit-package) to help the scientific community build Python applications, and we want to encourage more people to use sphinx-reload in their workflow. But we've encountered a sphinx-reload rendering issue in Git Bash on Windows.
The following commands open a 404 web page and raise a FileNotFoundError: 'proj/doc/_build' not found.
cd proj/
sphinx-reload doc
This may be due to Windows using backslashes (\) as path separators, because sphinx-reload can correctly render the documentation page after I modified lines 100-101 insphinx_reload.py from:
Hi! Thanks for making
sphinx-reload
. We developedscikit-package
(https://github.com/scikit-package/scikit-package) to help the scientific community build Python applications, and we want to encourage more people to usesphinx-reload
in their workflow. But we've encountered asphinx-reload
rendering issue inGit Bash
on Windows.The following commands open a 404 web page and raise a
FileNotFoundError: 'proj/doc/_build' not found
.This may be due to Windows using backslashes (
\
) as path separators, becausesphinx-reload
can correctly render the documentation page after I modified lines 100-101 insphinx_reload.py
from:to:
Could you please look into this issue? I'm also happy to help. Your work can help many of our Windows users.
The text was updated successfully, but these errors were encountered: