From 802d3a3d59f065bc7dc55cd92e209eebe3644def Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Mon, 20 Jan 2025 10:58:28 +0000 Subject: [PATCH] try to fix documentation --- .github/workflows/documentation.yaml | 4 ++-- docs/source/conf.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 66fa73c..b20f126 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index c6e7446..f2efe3b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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