We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d69444 commit efd2e43Copy full SHA for efd2e43
.circleci/config.yml
@@ -20,7 +20,8 @@ jobs:
20
python3 -m venv venv
21
source venv/bin/activate
22
python -m pip install --upgrade pip wheel setuptools
23
- python -m pip install --upgrade -r requirements/doc.txt
+ python -m pip install -U numpy matplotlib sphinx
24
+ python -m pip install -U git+https://github.com/pydata/pydata-sphinx-theme
25
python -m pip list
26
- save_cache:
27
key: pip-cache
0 commit comments