From fbee55d92554dd209b4e3ebda093f371bbc12aca Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 21 Jun 2023 17:28:09 -0300 Subject: [PATCH] fix readthedocs build (python version must be a string) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d67d5d8..86190c1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: 3.11 + python: '3.11' jobs: post_create_environment: - pip install poetry