Skip to content

Commit 66e43a8

Browse files
authored
Fix site_url for readthedocs 404 (#66)
1 parent a3da9ce commit 66e43a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo_name: virtual-zarr/obspec-utils
44
repo_url: https://github.com/virtual-zarr/obspec-utils
55
site_description: Utilities for interacting with object storage, based on obspec.
66
site_author: Max Jones
7-
site_url: https://obspec-utils.readthedocs.io
7+
site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://obspec-utils.readthedocs.io']
88
docs_dir: docs
99

1010
extra:

0 commit comments

Comments
 (0)