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 5cce0cf commit c4b919dCopy full SHA for c4b919d
.github/workflows/cache.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: graphviz Support # TODO: required?
24
run: |
25
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
29
- name: Install latex dependencies
30
31
sudo apt-get -qq update
0 commit comments