diff --git a/doc/devguide.rst b/doc/devguide.rst index 313b026be..b621f622a 100644 --- a/doc/devguide.rst +++ b/doc/devguide.rst @@ -111,7 +111,7 @@ These are the basic steps needed to start developing on Sphinx. * Run the unit tests:: - pip install nose mock + pip install -r test-reqs.txt make test * Build the documentation and check the output for different builders::