We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45926ea commit 8b98dccCopy full SHA for 8b98dcc
.circleci/config.yml
@@ -100,7 +100,7 @@ commands:
100
python -m pip install --no-deps --user \
101
git+https://github.com/matplotlib/mpl-sphinx-theme.git
102
python -m pip install --user \
103
- numpy<< parameters.numpy_version >> codecov coverage \
+ numpy<< parameters.numpy_version >> \
104
-r requirements/doc/doc-requirements.txt
105
106
mpl-install:
.github/workflows/circleci.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: larsoner/circleci-artifacts-redirector-action@master
14
with:
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
+ api-token: ${{ secrets.CIRCLECI_TOKEN }}
17
artifact-path: 0/doc/build/html/index.html
18
circleci-jobs: docs-python38
19
job-title: View the built docs
0 commit comments