Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 60163b5 + 35f7cfa commit 43772b7Copy full SHA for 43772b7
2 files changed
.circleci/config.yml
@@ -98,7 +98,7 @@ commands:
98
name: Install Python dependencies
99
command: |
100
python -m pip install --user \
101
- numpy<< parameters.numpy_version >> codecov coverage \
+ numpy<< parameters.numpy_version >> \
102
-r requirements/doc/doc-requirements.txt
103
python -m pip install --no-deps --user \
104
git+https://github.com/matplotlib/mpl-sphinx-theme.git
.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-python39
19
job-title: View the built docs
0 commit comments