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