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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within seven days.
:# docker run -it -p 8000:8000 --rm -v "$(pwd)/docs":/home/python/docs sphinx-autobuild
Traceback (most recent call last):
File "/home/python/.venv/bin/sphinx-autobuild", line 11, in
load_entry_point('sphinx-autobuild==0.7.1', 'console_scripts', 'sphinx-autobuild')()
File "/home/python/.venv/lib/python3.6/site-packages/sphinx_autobuild/init.py", line 291, in main
os.makedirs(outdir)
File "/usr/local/lib/python3.6/os.py", line 210, in makedirs
makedirs(head, mode, exist_ok)
File "/usr/local/lib/python3.6/os.py", line 220, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/home/python/docs/_build'
The text was updated successfully, but these errors were encountered: