Skip to content

Commit

Permalink
Swapping docker image for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 10, 2023
1 parent 74cf1d3 commit 2fd705c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:
jobs:
build-docs:
runs-on: ubuntu-latest
container: ghcr.io/ifilot/sphinx:v0.6.0
container: ghcr.io/ifilot/sphinx:v0.7.0
steps:
- uses: actions/checkout@v3
- name: Install additional packages
run: pip3 install cython
- name: Perform inplace compilation
run: python3 setup.py build_ext --inplace
- name: Build documentation
Expand Down

0 comments on commit 2fd705c

Please sign in to comment.