Skip to content

Commit c4b919d

Browse files
committed
add custom sphinx
1 parent 5cce0cf commit c4b919d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: graphviz Support # TODO: required?
2424
run: |
2525
sudo apt-get -qq update && sudo apt-get install -y graphviz
26+
- name: Install sphinx from branch
27+
run: |
28+
pip install git+https://github.com/kp992/sphinx.git@testcache
2629
- name: Install latex dependencies
2730
run: |
2831
sudo apt-get -qq update

0 commit comments

Comments
 (0)