Skip to content

Commit

Permalink
Add sphinx requirement (#1151)
Browse files Browse the repository at this point in the history
Add sphinx and sphinx_rtd_theme requirement
  • Loading branch information
PythonCoderAS authored and bboe committed Dec 7, 2019
1 parent ee1fcc6 commit 1571176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ to you, it likely is not to the person asking the question.
work.

0. Prior to creating a pull request run the `pre_push.py` script. This script
depends on the tools `black` `flake8`, `pylint`, and `pydocstyle`. They can
be installed via `pip install black flake8 pydocstyle pylint`.
depends on the tools `black` `flake8`, `pylint`, `pydocstyle`, `sphinx` and `sphinx_rtd_theme`. They can
be installed via `pip install black flake8 pydocstyle pylint sphinx sphinx_rtd_theme`.

0. Add yourself as a contributor to the ``AUTHORS.rst``.

Expand Down

0 comments on commit 1571176

Please sign in to comment.