Skip to content

Commit ef310bd

Browse files
committed
remove .txt files from rtd and gitpod
1 parent c429816 commit ef310bd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitpod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ tasks:
77
conda init bash && source ~/.bashrc
88
conda env update -f conda-envs/environment-test.yml -p env
99
conda activate /workspace/pymc-experimental/env
10-
pip install -r requirements-dev.txt
11-
pip install -e .
10+
pip install -e ."[dev]"
1211
command: |
1312
conda init bash && echo "conda activate /workspace/pymc-experimental/env" >> ~/.bashrc && source ~/.bashrc
1413

.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)