File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 23
23
cache : true
24
24
python-version : ' 3.10'
25
25
- name : Install dependencies
26
- run : pdm sync -dG doc
26
+ run : pdm install -dG doc
27
27
- name : Install PyQt5
28
- run : pdm run pip install PyQt5
28
+ run : pdm add PyQt5
29
29
- name : Sphinx build
30
30
run : pdm run sphinx-build docs/source docs/build
31
31
- uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change 40
40
'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
41
41
'one' : ('https://int-brain-lab.github.io/ONE/' , None ),
42
42
'iblrig' : ('https://int-brain-lab.github.io/iblrig/' , None ),
43
- 'PyQt5' : ('https://www.riverbankcomputing.com/static/Docs/PyQt5' , None )
44
43
}
45
- qt_documentation = 'Qt5'
46
44
47
45
# -- Options for HTML output -------------------------------------------------
48
46
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
You can’t perform that action at this time.
0 commit comments