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 f119d50 commit bf60a81Copy full SHA for bf60a81
pyproject.toml
@@ -52,9 +52,9 @@ dev = [
52
docs = [
53
"mkdocs-material>=9.6.12",
54
"mkdocs>=1.6.1",
55
- "pymdown-extensions>=10.15",
56
"mkdocstrings-python>=1.16.10",
57
"mkdocstrings>=0.29.1",
+ "pymdown-extensions>=10.15",
58
]
59
rich = ["rich", "rich-argparse"]
60
@@ -75,9 +75,9 @@ testpaths = ["tests"]
75
76
[tool.taskipy.tasks]
77
ci = "task format && task lint && task typecheck && task test"
78
-docs = "cd docs && mkdocs serve"
79
-docs-build = "cd docs && mkdocs build"
80
-docs-deploy = "cd docs && mkdocs gh-deploy"
+docs = "mkdocs serve"
+docs-build = "mkdocs build"
+docs-deploy = "mkdocs gh-deploy"
81
format = "ruff format"
82
format-check = "ruff format --check"
83
lint = "ruff check"
site/.keep
0 commit comments