From e0c63737b85dbd81b6cca504514f9031368db424 Mon Sep 17 00:00:00 2001 From: Victor Garcia Reolid Date: Thu, 8 Jun 2023 18:01:03 +0200 Subject: [PATCH] fix: remove exports Signed-off-by: Victor Garcia Reolid --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4388417bd..28a586630 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,8 +18,6 @@ build: jobs: post_create_environment: - pip install . --no-deps # as python install step, RTD installs deps eagerly - - export FLASK_ENV=documentation - - export SECRET_KEY=xxxxxxxxxxxxxxx python: install: