From ef310bd880d0b33d5ccc84b08c85ef9581768e30 Mon Sep 17 00:00:00 2001 From: theorashid Date: Sun, 28 Jul 2024 21:04:01 +0100 Subject: [PATCH] remove .txt files from rtd and gitpod --- .gitpod.yml | 3 +-- .readthedocs.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7343f54d..e8ad6dd6 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,8 +7,7 @@ tasks: conda init bash && source ~/.bashrc conda env update -f conda-envs/environment-test.yml -p env conda activate /workspace/pymc-experimental/env - pip install -r requirements-dev.txt - pip install -e . + pip install -e ."[dev]" command: | conda init bash && echo "conda activate /workspace/pymc-experimental/env" >> ~/.bashrc && source ~/.bashrc diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4002dca2..fd04542a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,10 @@ build: python: install: - - requirements: requirements-docs.txt - - requirements: requirements.txt - method: pip path: . + extra_requirements: + - docs sphinx: fail_on_warning: false