Documentation does not build #924
schtandard
started this conversation in
General
Replies: 1 comment 3 replies
-
@schtandard Weird, I cannot reproduce this problem. I guess I have not tried building the docs on Windows in a while. FWIW, typically one would just use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the instructions in
CONTRIBUTING.md
to set up an environment for development (usingconda
). This seemed to work fine, the test suite ran successfully (with a couple of warnings and three skipped tests). However, I can't seem to build the documentation.Since no target is specified in the instructions, I guessed that
make html
is the way to go. However, this fails with the following error.Copying
model_savemodel.py
,model_loadmodel.py
andsinedata.dat
to another directory and executing them there works fine though, so I'm not sure what the problem is.Commenting out the offending part of
doc_model_loadmodel.py
and trying again, I get a different error.Building the documentation without using Sphinx'
-W
flag confirmed that those were the only two warnings occuring.Is there something wrong with my setup or is there some other problem?
Here's a list of the package versions I have installed in the environment, in case that's relevant.
Beta Was this translation helpful? Give feedback.
All reactions