We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5e0f0 commit 63631caCopy full SHA for 63631ca
Makefile
@@ -19,4 +19,5 @@ test:
19
pytest
20
21
uml:
22
+ pip install .[docs]
23
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests
pyproject.toml
@@ -56,6 +56,7 @@ docs = [
56
"linkify-it-py",
57
"myst-nb<=1.0.0",
58
"pathlib",
59
+ "pylint",
60
"sphinx",
61
"sphinx-autodoc-typehints",
62
"sphinx_autodoc_defaultargs",
0 commit comments