Skip to content

Commit 062468a

Browse files
committed
Test sphinx auto run update from peter's repo.
1 parent aa0102b commit 062468a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
sphinx:
88
runs-on: ubuntu-22.04
9-
if: ${{ github.event_name != 'pull_request' }}
9+
# if: ${{ github.event_name != 'pull_request' }}
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python 3.8
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install .[dev,docs]
20-
pip install git+https://github.com/petercorke/sphinx-autorun.git@105fa686606a7551ebf4e7adc1f13a315289e354
20+
pip install git+https://github.com/petercorke/sphinx-autorun.git
2121
pip install sympy
2222
sudo apt-get install graphviz
2323
- name: Build docs

0 commit comments

Comments
 (0)