From 1f527d081f6d36f38355b698365dcbd8b742558b Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Wed, 26 May 2021 07:57:42 +0200 Subject: [PATCH] Add toolchain comment. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b9d49f1..9ad1bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,6 @@ deepl = 'deepl_api.cli:run' [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" + +# Rebuild docs +# pdoc3 --html -o doc deepl_api -f