Skip to content

Commit

Permalink
FIX: 3?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 5, 2024
1 parent 736d1c9 commit 2f647ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
name: make html
command: | # we have -o pipefail in #BASH_ENV so we should be okay
set -x
PATTERN=$(cat pattern.txt) make -C doc $(cat build.txt) SPHINXJOBS=4 2>&1 | tee sphinx_log.txt
PATTERN=$(cat pattern.txt) make -C doc $(cat build.txt) SPHINXJOBS=3 2>&1 | tee sphinx_log.txt
- run:
name: Check sphinx log for warnings (which are treated as errors)
when: always
Expand Down
5 changes: 3 additions & 2 deletions tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
python -m pip install --upgrade "pip!=20.3.0" build
# TODO: Use PST nightly once it exists and revert SG change
python -m pip install --upgrade --progress-bar off \
--only-binary "numpy,scipy,matplotlib,pandas,statsmodels" \
--extra-index-url="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \
--only-binary "numpy,scipy,matplotlib,pandas,statsmodels,pydata-sphinx-theme" \
"pydata-sphinx-theme>=0.15.4.dev0" \
"git+https://github.com/jschueller/sphinx-gallery.git@paral" \
"git+https://github.com/pydata/pydata-sphinx-theme.git" \
-ve .[full,test,doc]

0 comments on commit 2f647ac

Please sign in to comment.