Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-10-10 16:10:11 +0300
committerStephen Finucane <stephen@that.guru>2017-10-10 16:13:09 +0300
commit67753b7ce38e4ab6dab1377e37e9d1bce0364291 (patch)
tree95f82ff2abb1932be221eab5899f669f1fe5fe81 /CONTRIBUTING.rst
parenteb8efce7d8172e41139acd26196dd164c6272583 (diff)
Remove 'test-reqs.txt'
We were never really using this file for its specified purpose [1]. Now that we have everything cleanly organized in 'setup.py', there really isn't any reason to keep it around. Remove it. [1] https://caremad.io/posts/2013/07/setup-vs-requirement/ Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index eca6a01ac..7c8a90c6b 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -116,7 +116,7 @@ These are the basic steps needed to start developing on Sphinx.
* Run the unit tests::
- pip install -r test-reqs.txt
+ pip install .[test,websupport]
make test
* Again, it's useful to turn on deprecation warnings on so they're shown in