Skip to content

Commit 2f175c8

Browse files
authored
Merge pull request #10 from int-brain-lab/develop
fix documentation
2 parents a0cbc7c + 802d3a3 commit 2f175c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
cache: true
2424
python-version: '3.10'
2525
- name: Install dependencies
26-
run: pdm sync -dG doc
26+
run: pdm install -dG doc
2727
- name: Install PyQt5
28-
run: pdm run pip install PyQt5
28+
run: pdm add PyQt5
2929
- name: Sphinx build
3030
run: pdm run sphinx-build docs/source docs/build
3131
- uses: peaceiris/actions-gh-pages@v4

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
4141
'one': ('https://int-brain-lab.github.io/ONE/', None),
4242
'iblrig': ('https://int-brain-lab.github.io/iblrig/', None),
43-
'PyQt5': ('https://www.riverbankcomputing.com/static/Docs/PyQt5', None)
4443
}
45-
qt_documentation = 'Qt5'
4644

4745
# -- Options for HTML output -------------------------------------------------
4846
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

0 commit comments

Comments
 (0)