Skip to content

Commit c6bd48f

Browse files
committed
Remove reference to building conda env from yml file
Since the guide isn't using the environment.yml file anymore it doesn't make a lot of sense to link to a doc about building a conda environment from a yml file.
1 parent d45a46a commit c6bd48f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,14 @@ Building the Documentation
171171
To build the documentation you'll need `Sphinx <http://www.sphinx-doc.org/>`_,
172172
`pandoc <http://pandoc.org/>`_ and a few other packages.
173173

174-
To install (and activate) a `conda environment`_ named ``notebook_docs``
174+
To install (and activate) a conda environment named ``notebook_docs``
175175
containing all the necessary packages (except pandoc), use::
176176

177177
conda create -n notebook_docs pip
178178
conda activate notebook_docs # Linux and OS X
179179
activate notebook_docs # Windows
180180
pip install .[docs]
181181

182-
.. _conda environment:
183-
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
184-
185182
If you want to install the necessary packages with ``pip``, use the following instead::
186183

187184
pip install .[docs]

0 commit comments

Comments
 (0)