From fc527161591f2fcf972278933e449fc9859a168a Mon Sep 17 00:00:00 2001 From: sp1thas Date: Fri, 7 Oct 2022 00:02:44 +0300 Subject: [PATCH] update doc requirements --- .gitignore | 3 ++- docs/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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