-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add texinfo build target in doc/make.py #986
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
Conversation
Need to add a entry for "build/texinfo" in the list in check_build() in order to make sure the directory exists. |
Done! |
This seems to work reasonably well. Is there a texinfo viewer that displays the images? |
Emacs's info viewer displays images, in principle. It works well when I build other info documents based on sphinx. But the only figure I found in the info page is http://matplotlib.sourceforge.net/users/screenshots.html#eeg-demo. Probably there is some problem in plot directive when used with texinfo builder? |
It's quite possible something is going wrong here. Pardon my ignorance about this stuff, but how do I load the results of this build into emacs so I can test it? |
I think the easiest way to open info file is to do:
|
Add texinfo support to plot directive
Thanks to @JonWaltman (tkf#1), plot directive works with texinfo build target. |
There is no reason to not get this into 1.2.x. Any other issues before we merge? |
This looks good to me. |
Add texinfo build target in doc/make.py
No description provided.