Skip to content

Commit bf60a81

Browse files
committed
fix: update pyproject.toml to correct docs commands and ensure pymdown-extensions is included
1 parent f119d50 commit bf60a81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ dev = [
5252
docs = [
5353
"mkdocs-material>=9.6.12",
5454
"mkdocs>=1.6.1",
55-
"pymdown-extensions>=10.15",
5655
"mkdocstrings-python>=1.16.10",
5756
"mkdocstrings>=0.29.1",
57+
"pymdown-extensions>=10.15",
5858
]
5959
rich = ["rich", "rich-argparse"]
6060

@@ -75,9 +75,9 @@ testpaths = ["tests"]
7575

7676
[tool.taskipy.tasks]
7777
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"
78+
docs = "mkdocs serve"
79+
docs-build = "mkdocs build"
80+
docs-deploy = "mkdocs gh-deploy"
8181
format = "ruff format"
8282
format-check = "ruff format --check"
8383
lint = "ruff check"

site/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)