diff --git a/Makefile b/Makefile index af86715..6335de6 100644 --- a/Makefile +++ b/Makefile @@ -40,10 +40,6 @@ ci-test-storage: done bash $(CODECOV_PATH) -c -style: - pre-commit run --all - sphinx-build -W -b html ./docs/ ./docs/_build/html/ - install-docs: pip install -Ur docs-requirements.txt diff --git a/docs/contributing.rst b/docs/contributing.rst index c25b3d7..f4e0d5b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -90,7 +90,7 @@ virtualenv_ and run this inside of it:: Then you can run:: pytest # The normal testsuite - make style # Stylechecker + pre-commit run --all # Run all linters (which also run via pre-commit) make docs # Build the HTML docs, output is at docs/_build/html/ The ``Makefile`` has a lot of options that allow you to control which tests are