Skip to content

Commit 3185fee

Browse files
committed
Update sphinx comment
1 parent ac39e68 commit 3185fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We include links with each of these tools to starting points that we think are u
7676
- `Continuous integration (CI) <https://docs.travis-ci.com/user/for-beginners/>`_
7777
- we use `Travis CI <https://travis-ci.com/>`_ for our CI but there are a number of good providers
7878
- `Jupyter Notebooks <https://medium.com/codingthesmartway-com-blog/getting-started-with-jupyter-notebook-for-python-4e7082bd5d46>`_
79-
- we'd recommend simply installing ``jupyter`` via pip in your virtual environment
79+
- we'd recommend simply installing ``jupyter`` (``conda install jupyter``) in your virtual environment
8080
- Sphinx_
8181

8282

@@ -116,7 +116,7 @@ To get ourselves started with Sphinx, we started with `this example <https://pyt
116116
Gotchas
117117
~~~~~~~
118118

119-
To get Sphinx to work completely, you require `Latexmk <https://mg.readthedocs.io/latexmk.html>`_.
119+
To get Sphinx to generate pdfs (rarely worth the hassle), you require `Latexmk <https://mg.readthedocs.io/latexmk.html>`_.
120120
On a Mac this can be installed with ``sudo tlmgr install latexmk``.
121121
You will most likely also need to install some other packages (if you don't have the full distribution).
122122
You can check which package contains any missing files with ``tlmgr search --global --file [filename]``.

0 commit comments

Comments
 (0)