Skip to content

Commit b35ca6f

Browse files
committed
docs: use SITE_NAME
1 parent 47d85cf commit b35ca6f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ build:
99
- asdf install uv latest
1010
- asdf global uv latest
1111
- uv sync --group docs
12-
- NO_COLOR=1 uv run mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
12+
- |
13+
export SITE_NAME="typed-diskcache $READTHEDOCS_VERSION"
14+
export NO_COLOR=1
15+
uv run mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: typed-diskcache
1+
site_name: !ENV [SITE_NAME, "typed-diskcache"]
22
site_url: https://typed-diskcache.readthedocs.io
33
repo_url: https://github.com/phi-friday/typed-diskcache
44
repo_name: phi-friday/typed-diskcache

0 commit comments

Comments
 (0)