Skip to content
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

Open
daredoes opened this issue Nov 25, 2016 · 4 comments
Open

Developers get a confusing warning about Sphinx docs #47

daredoes opened this issue Nov 25, 2016 · 4 comments

Comments

@daredoes
Copy link

I ssh'd onto my Ubuntu server. Cloned this repo, ran paver make_venv followed by paver 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'

@EliAndrewC
Copy link
Contributor

Two points of clarification:

  1. This isn't a code hang; you're running the server in the foreground, so that process will block indefinitely by design.

  2. That error is merely a warning letting you know that you haven't built the docs via make html in the sphinx directory.

I'll update this issue description to be more precise about what is happening.

@EliAndrewC EliAndrewC changed the title Attempted Install Error Developers get a confusing warning about Sphinx docs Nov 25, 2016
@daredoes
Copy link
Author

Thank you for informing me! I do not know why I hadn't considered that it was running. T__T

@kitsuta
Copy link
Member

kitsuta commented Nov 25, 2016

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.

@kitsuta kitsuta reopened this Nov 25, 2016
@EliAndrewC
Copy link
Contributor

Agreed - that's why I renamed the title for clarity instead of closing it outright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants