Skip to content

Commit

Permalink
fix(docs): Update build_docs.py (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alc-Alc authored Nov 30, 2024
1 parent f7af4d4 commit 0a7262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load_version_spec() -> VersionSpec:

def build(output_dir: str, version: str | None) -> None:
if version is None:
version = importlib.metadata.version("advanced_alchemy").rsplit(".")[0]
version = importlib.metadata.version("litestar_vite").rsplit(".")[0]
else:
os.environ["LITESTAR_VITE_DOCS_BUILD_VERSION"] = version

Expand Down

0 comments on commit 0a7262d

Please sign in to comment.