-
Notifications
You must be signed in to change notification settings - Fork 653
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
Bug Report: Documentation Won't Build #119
Comments
Thank you very much for posting this issue. The documentation that is generated under the The documentation for the new api consists of the basic usage outlined here and the five or so jupyter notebooks in the examples folder. Please note that the documentation that you are trying to generate has not changed for three years (and is still posted here). The reason for this situation as partially explained here is that the old api was unmaintained for over three years and, since taking over this package four and a half months ago, I have not made time to teach myself sphinx and how the whole process of generating and publishing the documentation (to matplotlib.org) works. I'm sure the whole process is a relatively easy thing to learn. None-the-less, my focus has been on building out the new api to the point where it can completely replace the old api. (It is my hope to acheive that sometime in the next 4 to 8 weeks). If you are familiar with sphinx, or willing to get involved with generating sphinx the documentation, your help and contribution would get greatly appreciated. I very much want the matplotlib.org documentation to include the new API (and, if possible, the new api tutorials in the basic usage section and in the jupyter notebooks). If I had to guess why the documentation build is failing, I would suspect (based on the error text that you posted) the reason is that the example When I created the new repository All the best. --Daniel |
Hi, |
Same here! I will leave this issue open for now as a reminder. I suppose one of us will get to this eventually ;-) |
I'm generating the documentation under windows 10 and anaconda environement and I'm getting the following error when running "make html":
reading sources... [ 81%] examples
Exception occurred:
File "C:\Users\Eigenaar\Anaconda3\lib\pathlib.py", line 1046, in _opener
return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: 'G:\GitHub\mplfinance\doc\source\..\..\examples\date_demo1.py'
The full traceback has been saved in C:\Users\Eigenaar\AppData\Local\Temp\sphinx-err-7rb4yftl.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at https://github.com/sphinx-doc/sphinx/issues. Thanks!
Any hints?
The text was updated successfully, but these errors were encountered: