diff --git a/.gitignore b/.gitignore index e17bc19..0bf4dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ build/ coverage.xml dist/ htmlcov/ -site/ \ No newline at end of file +site/ +venv/ \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 958268d..199bd4f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ mkdocs mkdocs-material -mkdocstrings \ No newline at end of file +mkdocstrings[python] \ No newline at end of file