Skip to content

Commit

Permalink
docs: use SITE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 31, 2024
1 parent 47d85cf commit b35ca6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv sync --group docs
- NO_COLOR=1 uv run mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
- |
export SITE_NAME="typed-diskcache $READTHEDOCS_VERSION"
export NO_COLOR=1
uv run mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: typed-diskcache
site_name: !ENV [SITE_NAME, "typed-diskcache"]
site_url: https://typed-diskcache.readthedocs.io
repo_url: https://github.com/phi-friday/typed-diskcache
repo_name: phi-friday/typed-diskcache
Expand Down

0 comments on commit b35ca6f

Please sign in to comment.