From 22a19f19cec46a11f326f7d7a6a3b5f1e47465a2 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Fri, 17 Jan 2025 19:52:56 +0000 Subject: [PATCH 1/2] Update conf.py --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3ebaead..c6e7446 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,8 +40,9 @@ '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 From f51ecedcb8e6a6cf56f5adc260927128f93774ae Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Mon, 20 Jan 2025 10:38:25 +0000 Subject: [PATCH 2/2] Update documentation.yaml --- .github/workflows/documentation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index c1035bf..66fa73c 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,6 +1,7 @@ name: Documentation on: + workflow_dispatch: push: branches: - main