-
Notifications
You must be signed in to change notification settings - Fork 31
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
Issue 49 #55
Conversation
to build one needs to run sphinx-autodoc first, then run the makefile. There is no actual documentation yet.
…showing up in the documentation.
…riting documentation)
I get an error if I call "make dirhtml" (or "make singlehtml", "make doctest", ...) in the doc directory running Windows 7 64b. I've installed sphinx using pip and python 3.5. The error I get is the following:
Do you have any idea how I can fix this before we merge? |
Not yet, I'll have a look when I have time, but it's not priority. Let's leave this open until we resolve the issues. |
It seems that babel v2.0, which is installed alongside sphinx, causes this bug for Windows. This spinx issue suggests reverting back to babel v1.3, which works for me. |
I am aware of the missing pages issue. This is just a stub for sphinx ---- Lukas Prediger schrieb ---- It seems that babel v2.0, which is installed alongside sphinx, causes this bug for Windows. This spinx issuehttps://github.com/sphinx-doc/sphinx/issues/1976 suggests reverting back to babel v1.3, which works for me. — |
Configured a Sphinx documentation stub. There is no actual documentation yet apart from what can be extracted from the docstrings.