Skip to content

Commit 159c3df

Browse files
committed
Remove sphinx dependency installation lines
1 parent 5c23c96 commit 159c3df

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CONTRIBUTING.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,14 @@ Building the Docs
119119

120120
Install the docs requirements using ``pip``::
121121

122-
pip install ".[doc]"
122+
pip install ".[docs]"
123123

124124
Once you have installed the required packages, you can build the docs with::
125125

126126
cd docs
127127
make html
128128

129-
The above may run into issues related to unavailability of sphinx and related dependencies. You can `install sphinx <https://www.sphinx-doc.org/en/master/usage/installation.html>`_ and the following dependencies.::
130-
131-
pip install myst_parser sphinxcontrib_github_alt sphinxcontrib.openapi \
132-
sphinxemoji sphinx_autodoc_typehints pydata-sphinx-theme
129+
The above may run into issues related to unavailability of sphinx and related dependencies. You can `install sphinx <https://www.sphinx-doc.org/en/master/usage/installation.html>`_ to resolve them.
133130

134131
You can also run the tests using ``hatch`` without installing test dependencies
135132
in your local environment.::

0 commit comments

Comments
 (0)