Skip to content

Commit ad7e10d

Browse files
committed
remove mention of RTD and add gh-pages description
1 parent d18ac56 commit ad7e10d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/dev.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ We use our own run-and-convert machinery using ``nbconvert``. We use the same
2222
script that converts the notebooks to RST to test the notebooks on travis by
2323
simply 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

3131
Why not use nbsphinx?

0 commit comments

Comments
 (0)