mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Mention style-checks and type-checks in devguide
This commit is contained in:
parent
39bce2f90a
commit
a9243276cc
@ -127,6 +127,11 @@ These are the basic steps needed to start developing on Sphinx.
|
||||
cd doc
|
||||
make clean html latexpdf
|
||||
|
||||
* Run code style checks and type checks (type checks require mypy)::
|
||||
|
||||
make style-check
|
||||
make type-check
|
||||
|
||||
* Run the unit tests under different Python environments using
|
||||
:program:`tox`::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user