Skip to content

Commit e2c02ba

Browse files
theorashidjessegrabowski
authored andcommitted
remove .txt files from rtd and gitpod
1 parent e967ff0 commit e2c02ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tasks:
88
conda env update -f conda-envs/environment-test.yml -p env
99
conda activate /workspace/pymc-extras/env
1010
pip install -r requirements-dev.txt
11-
pip install -e .
11+
pip install -e ."[dev]"
1212
command: |
1313
conda init bash && echo "conda activate /workspace/pymc-extras/env" >> ~/.bashrc && source ~/.bashrc
1414

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ build:
99

1010
python:
1111
install:
12-
- requirements: requirements-docs.txt
13-
- requirements: requirements.txt
1412
- method: pip
1513
path: .
14+
extra_requirements:
15+
- docs
1616

1717
sphinx:
1818
fail_on_warning: false

0 commit comments

Comments
 (0)