Skip to content

Commit

Permalink
Fix docs builds on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 9, 2024
1 parent d4390f5 commit 0f32e93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
command: |
cd docs
pip install -r requirements.txt
- run:
name: In-place build
command: |
python setup.py build_ext --inplace
- run:
name: Build docs
no_output_timeout: 25m
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
set -x
set -e
python -m pip install -r docs/requirements.txt
- name: In-place build
run: |
python setup.py build_ext --inplace
- name: Build Docs
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Cython
furo
linkify-it-py
matplotlib @ git+https://github.com/asmeurer/matplotlib.git@output-base-name
Expand Down

0 comments on commit 0f32e93

Please sign in to comment.