From 9ac221739e7b6943471b6dc8c0369345fa34f437 Mon Sep 17 00:00:00 2001
From: Anton Tetov <anton@tetov.se>
Date: Wed, 28 Sep 2022 21:57:25 +0200
Subject: [PATCH] Update poetry url for read the docs build.

---
 .readthedocs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 80a8855..373ef55 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -8,7 +8,7 @@ build:
   jobs:
     post_create_environment:
       # Install poetry
-      - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
+      - curl -sSL https://install.python-poetry.org | python -
       # Tell poetry to not use a virtual environment
       - $HOME/.poetry/bin/poetry config virtualenvs.create false
       # Install project's dependencies
-- 
GitLab