-
Notifications
You must be signed in to change notification settings - Fork 8
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
doc pages broken #208
Comments
This is failing due to sphinx-versioning (see traceback below) or see full build failure here I believe reading the @H0R5E can you comment on if a modification needs to be made to the zip or if you believe your zip is now deprecated?
|
Hey @ssolson, Although sphinx-versioning is failing, I don't think this is the root of the issue. Looks like there are other problems here:
I'm happy to sort these issues out, just let me know. T |
Given that we are working on another track now, if an easy fix is not immediately obvious I would suggest that we build the documentation as a PDF and post it in the repo (or some other solution that may not be fancy, but gets the job done). |
Well, the docs at https://snl-waterpower.github.io/WecOptTool-MATLAB are working, so you could just delete the travis files to stop the compilation and leave it as it is. EDIT: If you wanted to leave the remaining CI active you could just delete the pages stage in .travis and remove the key.enc file. |
Ok. I think that might be fine. Need to make sure the links pointing from repo to docs and from docs to repo are correct. |
You'd need to recompile it somehow if you wanted to change the online documentation. If you strip out the API documentation then you won't need sphinx-contrib/matlabdomain. It should compile locally without it and then the gh-pages branch can be overwritten manually with the updated docs (with the loss of the previous versions). |
Looks like moving to WecOptTool-MATLAB name has broken our documentation pages. Feel free to involve @H0R5E if helpful.
The text was updated successfully, but these errors were encountered: