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

Sphinx problem: 'make html' fails #198

Closed
sanderbreur opened this issue Jul 31, 2015 · 4 comments
Closed

Sphinx problem: 'make html' fails #198

sanderbreur opened this issue Jul 31, 2015 · 4 comments
Labels

Comments

@sanderbreur
Copy link
Contributor

When trying to update the docs I get the following error:

sanderb@vm-pyroot3:~/pax/docs$ make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.2.3
loading pickled environment... done

Theme error:
no theme named 'alabaster' found (missing theme.conf?)

make: *** [html] Error 1

Am I correct that this is a problem with Sphinx as already noticed in: readthedocs/readthedocs.org#1202 ?

@tunnell
Copy link
Member

tunnell commented Jul 31, 2015

pip install alabaster

From: Sander Breur notifications@github.com
Reply: XENON1T/pax reply@reply.github.com>
Date: July 31, 2015 at 11:08:07
To: XENON1T/pax pax@noreply.github.com>
Subject:  [pax] Sphinx problem: 'make html' fails (#198)

When trying to update the docs I get the following error:

sanderb@vm-pyroot3:~/pax/docs$ make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.2.3
loading pickled environment... done

Theme error:
no theme named 'alabaster' found (missing theme.conf?)

make: *** [html] Error 1

Am I correct that this is a problem with Sphinx as already noticed in: readthedocs/readthedocs.org#1202 ?


Reply to this email directly or view it on GitHub.

@sanderbreur
Copy link
Contributor Author

That was the first thing I tried before opening the Issue and it did not solve it.

But now I tried updating Sphinx, and that solved the problem :)

@tunnell
Copy link
Member

tunnell commented Jul 31, 2015

What version did you need in the end? Can you add that to docs or have 'make docs' check?

@tunnell tunnell added the bug label Jul 31, 2015
@sanderbreur
Copy link
Contributor Author

Sphinx v1.3.1

To the docs I added: "update sphinx", should that be "update to Sphinx v1.3.1"?

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

No branches or pull requests

2 participants