diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index daa2095c..05a9ff78 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -59,6 +59,7 @@ jobs: export TQDM_DISABLE=1 pip install -r docs_gh_pages/requirements-docs.txt pip install -e ../ibllib-repo + pip install git+https://github.com/jcouto/wfield.git pip install jupyter - name: ONE setup and build docs diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 0b996082..92a5538a 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -58,6 +58,7 @@ jobs: sudo apt-get install -y pandoc pip install -r docs_gh_pages/requirements-docs.txt pip install -e ../ibllib-repo + pip install git+https://github.com/jcouto/wfield.git pip install jupyter - name: ONE setup and build docs diff --git a/docs_gh_pages/loading_examples.rst b/docs_gh_pages/loading_examples.rst index d364cbfc..7a5c6d67 100644 --- a/docs_gh_pages/loading_examples.rst +++ b/docs_gh_pages/loading_examples.rst @@ -15,3 +15,4 @@ Below is a list of examples showing how to load different types of IBL data notebooks_external/loading_raw_ephys_data notebooks_external/loading_video_data notebooks_external/loading_raw_video_data + notebooks_external/loading_widefield_data