Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix documentation #10

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
cache: true
python-version: '3.10'
- name: Install dependencies
run: pdm sync -dG doc
run: pdm install -dG doc
- name: Install PyQt5
run: pdm run pip install PyQt5
run: pdm add PyQt5
- name: Sphinx build
run: pdm run sphinx-build docs/source docs/build
- uses: peaceiris/actions-gh-pages@v4
Expand Down
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
'one': ('https://int-brain-lab.github.io/ONE/', None),
'iblrig': ('https://int-brain-lab.github.io/iblrig/', None),
'PyQt5': ('https://www.riverbankcomputing.com/static/Docs/PyQt5', None)
}
qt_documentation = 'Qt5'

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