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 47d85cf commit b35ca6fCopy full SHA for b35ca6f
.readthedocs.yaml
@@ -9,4 +9,7 @@ build:
9
- asdf install uv latest
10
- asdf global uv latest
11
- uv sync --group docs
12
- - NO_COLOR=1 uv run mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
+ - |
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
@@ -1,4 +1,4 @@
1
-site_name: typed-diskcache
+site_name: !ENV [SITE_NAME, "typed-diskcache"]
2
site_url: https://typed-diskcache.readthedocs.io
3
repo_url: https://github.com/phi-friday/typed-diskcache
4
repo_name: phi-friday/typed-diskcache
0 commit comments