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 e967ff0 commit e2c02baCopy full SHA for e2c02ba
.gitpod.yml
@@ -8,7 +8,7 @@ tasks:
8
conda env update -f conda-envs/environment-test.yml -p env
9
conda activate /workspace/pymc-extras/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-extras/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