File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ We use our own run-and-convert machinery using ``nbconvert``. We use the same
2222script that converts the notebooks to RST to test the notebooks on travis by
2323simply executing the notebooks and ignoring the output.
2424
25- We use `readthedocs < http ://rtfd.io >`_ to do the Sphinx build, which is what
26- allows us to preserve the version history of the tutorials. The notebooks are
27- first converted to RST files during the Sphinx build by doing the conversion
28- at the end of the `Sphinx configuration file
25+ We use `CircleCI < https ://circleci.com >`_ to do the Sphinx build, which is then
26+ pushed to the `` gh-pages `` branch of the repository and served by GitHub. The
27+ notebooks are first converted to RST files during the Sphinx build by doing the
28+ conversion at the end of the `Sphinx configuration file
2929<https://github.com/astropy/astropy-tutorials/blob/master/tutorials/conf.py> `_.
3030
3131Why not use nbsphinx?
You can’t perform that action at this time.
0 commit comments