From 4dc30b76b80b64da37184eca5bc2bfc64b959f84 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 23 Jun 2024 21:51:30 +0200 Subject: [PATCH] feat: google site verification --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fce2f9ad..e29e04ce 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev -E dev post_build: - - echo "google-site-verification: google72e937875c790d13.html" > $READTHEDOCS_OUTPUT/html/google72e937875c790d13.html + - 'echo "google-site-verification: google72e937875c790d13.html" > $READTHEDOCS_OUTPUT/html/google72e937875c790d13.html' sphinx: configuration: docs/conf.py