We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486d82e commit d77c1b0Copy full SHA for d77c1b0
2 files changed
.travis.yml
tutorials/dev.rst
@@ -18,10 +18,6 @@ to look like the main documentation. Sphinx requires restructured text (RST)
18
files for its build process, so use an intermediate step to run the notebooks to
19
produce output, and then convert the notebook files into RST files.
20
21
-We use our own run-and-convert machinery using ``nbconvert``. We use the same
22
-script that converts the notebooks to RST to test the notebooks on travis by
23
-simply executing the notebooks and ignoring the output.
24
-
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
0 commit comments