We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c429816 commit ef310bdCopy full SHA for ef310bd
.gitpod.yml
@@ -7,8 +7,7 @@ tasks:
7
conda init bash && source ~/.bashrc
8
conda env update -f conda-envs/environment-test.yml -p env
9
conda activate /workspace/pymc-experimental/env
10
- pip install -r requirements-dev.txt
11
- pip install -e .
+ pip install -e ."[dev]"
12
command: |
13
conda init bash && echo "conda activate /workspace/pymc-experimental/env" >> ~/.bashrc && source ~/.bashrc
14
.readthedocs.yaml
@@ -9,10 +9,10 @@ build:
python:
install:
- - requirements: requirements-docs.txt
- - requirements: requirements.txt
- method: pip
15
path: .
+ extra_requirements:
+ - docs
16
17
sphinx:
18
fail_on_warning: false
0 commit comments