-
Notifications
You must be signed in to change notification settings - Fork 13
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
Developers get a confusing warning about Sphinx docs #47
Comments
Two points of clarification:
I'll update this issue description to be more precise about what is happening. |
Thank you for informing me! I do not know why I hadn't considered that it was running. T__T |
I don't think the issue needs to be closed -- if I saw this error I would totally think something had gone horribly wrong. The message should be more clear on what's happened. |
Agreed - that's why I renamed the title for clarity instead of closing it outright. |
I ssh'd onto my Ubuntu server. Cloned this repo, ran
paver make_venv
followed bypaver install_deps
and when I use./env/bin/python sideboard/run_server.py
I get a code-hang with the text:CherryPy Checker: u'/root/sideboard/sideboard/docs/html' (root + dir) is not an existing filesystem path. section: [/docs] root: None dir: u'/root/sideboard/sideboard/docs/html'
The text was updated successfully, but these errors were encountered: