Skip to content

Commit 6b4b2d9

Browse files
committed
Add --no-editable option to the export command in the justfile
1 parent d8461d3 commit 6b4b2d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --no-hashes --no-dev --group docs --output-file docs/requirements.txt
3-
-e .
2+
# uv export --no-hashes --no-editable --no-dev --group docs --output-file docs/requirements.txt
3+
.
44
accessible-pygments==0.0.5 ; python_full_version >= '3.12'
55
# via pydata-sphinx-theme
66
alabaster==1.0.0 ; python_full_version >= '3.12'

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default:
77
# Upgrade dependencies
88
upgrade:
99
uv sync --upgrade
10-
uv export --quiet --no-hashes --no-dev --group docs --output-file docs/requirements.txt
10+
uv export --quiet --no-hashes --no-editable --no-dev --group docs --output-file docs/requirements.txt
1111

1212
# Serve the docs
1313
[no-exit-message]

0 commit comments

Comments
 (0)