Skip to content

Commit

Permalink
Update contributing.rst instructions for local tests.
Browse files Browse the repository at this point in the history
- fix instruction for sphinx install
- fix sample tox run ( replace docstest with docs )
  • Loading branch information
mzyndul authored and juarezr committed Apr 17, 2021
1 parent 3e7a8c6 commit fa4602e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Building the documentation

Documentation is built with `sphinx <http://sphinx-doc.org/>`_. To build::

$ pip install sphinx
$ pip install -r requirements-docs.txt
$ cd docs
$ make html

Expand All @@ -90,7 +90,7 @@ All of the above tests can be run automatically using `tox
To run all tests **without** installing any of the optional
dependencies, do::

$ tox -e py27,py36,doctests
$ tox -e py27,py36,docs

To run the entire test suite, including installation of **all**
optional dependencies, do::
Expand Down

0 comments on commit fa4602e

Please sign in to comment.