Skip to content

Commit

Permalink
Merge 758c9f3 into 3e7a8c6
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyndul committed Apr 17, 2021
2 parents 3e7a8c6 + 758c9f3 commit 7704d8a
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 7704d8a

Please sign in to comment.