Drop unnecessary wrapping

This commit is contained in:
Hugo Osvaldo Barrera 2023-01-31 00:54:35 +01:00
parent 4dd17c7f59
commit 3a56f26d05
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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