Helpful commands # Update the documentation on GitHub Pages mkdocs gh-deploy --clean # Clean local mkdocs build artifacts afterwards rm -rf site # Run mkdocs locally mkdocs serve # Run tests with doctests pytest --doctest-modules .