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 b859391 commit 7f69f6cCopy full SHA for 7f69f6c
.circleci/config.yml
@@ -18,10 +18,8 @@ jobs:
18
name: Get dependencies and install
19
command: |
20
pip install --user -q --upgrade pip setuptools
21
- pip install --user -q --upgrade numpy matplotlib sphinx
+ pip install --user -q --upgrade numpy matplotlib sphinx pydata-sphinx-theme
22
pip install --user -e .
23
- git submodule init
24
- git submodule update
25
- save_cache:
26
key: pip-cache
27
paths:
.github/workflows/test.yml
@@ -53,8 +53,6 @@ jobs:
53
54
- name: Setup for doc build
55
run: |
56
- # Get scipy-sphinx-theme
57
- git submodule update --init
58
sudo apt install texlive texlive-latex-extra latexmk dvipng
59
60
- name: Build documentation
0 commit comments