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 797cac1 commit ee3ce7bCopy full SHA for ee3ce7b
.just/documentation.just
@@ -24,8 +24,3 @@ serve PORT="8000": cog
24
HOST="0.0.0.0"
25
fi
26
uv run --extra docs sphinx-autobuild docs docs/_build/html --host "$HOST" --port {{ PORT }}
27
-
28
-[no-cd]
29
-[private]
30
-cog:
31
- uv run --with cogapp cog -r CONTRIBUTING.md README.md pyproject.toml
Justfile
@@ -10,7 +10,7 @@ default:
10
11
[private]
12
cog:
13
- uv run --with cogapp cog -r CONTRIBUTING.md
+ uv run --with cogapp cog -r CONTRIBUTING.md README.md pyproject.toml
14
15
16
fmt:
0 commit comments