-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
nbconvert ipynb -> rst, via makefile support #579
Comments
Here is the Makefile directive i use to run and convert ipython notebooks to reST (followed by some minor sedding).
I suspect that a lot of projects will start using ipython notebook-based docs, because of their ease. a conversation about this can be found here |
We currently don't support make files, when we change our build system in On Fri, Dec 20, 2013 at 9:03 AM, alex arsenovic notifications@github.comwrote:
|
ok. there is a ipython notebook directive, which is described in the above nabble link. however the ipython nbconvert requires is it possible to install this on RTD? |
Pandoc should now be on the build server. |
great ! i just ran into a similar problem. i would like to use more recent features of matplotlib than are provided by any release. i put a git line in the pip requirements but installing matplotlib from source requires more libraries outside of python, http://matplotlib.org/users/installing.html. im not sure what the correct solution is... |
actually please ignore this last post. i was incorrect. |
some pages of my docs are made by converting ipython notebook files (ipynb) to rst.
so, the notebooks are in the git repo, and
make
is used to trigger the conversion to rst before sphinx build is called, ie the rst files are not committed.is there a way to do this on RTD?
The text was updated successfully, but these errors were encountered: