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.
1 parent aa0102b commit 062468aCopy full SHA for 062468a
.github/workflows/sphinx.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
sphinx:
8
runs-on: ubuntu-22.04
9
- if: ${{ github.event_name != 'pull_request' }}
+ # if: ${{ github.event_name != 'pull_request' }}
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set up Python 3.8
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install .[dev,docs]
20
- pip install git+https://github.com/petercorke/sphinx-autorun.git@105fa686606a7551ebf4e7adc1f13a315289e354
+ pip install git+https://github.com/petercorke/sphinx-autorun.git
21
pip install sympy
22
sudo apt-get install graphviz
23
- name: Build docs
0 commit comments