From 8ce9b3ec385616e7e478705bfa627ce8969e3422 Mon Sep 17 00:00:00 2001 From: Andrew Ponomarev Date: Mon, 17 Jul 2023 17:27:52 +0300 Subject: [PATCH] Fixing problems with RTD --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1e69b35..cba96af 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: requirements.txt -- GitLab