From a1afa2f7c887c056183ef20887c33d6f7c29ff61 Mon Sep 17 00:00:00 2001 From: eeg_lab Date: Mon, 28 Mar 2022 14:53:09 -0400 Subject: [PATCH 1/3] switched back to python 3.7 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d208acd84..48eaf939d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.7 - name: Install dependencies run: | python -m pip install --upgrade pip wheel From c1f2e2cff90ed8b3ba3a3ca86e238fbe1ddee9c5 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Mon, 28 Mar 2022 15:08:19 -0400 Subject: [PATCH 2/3] removed version locks on most dependencies. Left out seaborn (as this will also need erik's tsplot fix) and psychopy --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea8be01ca..c35cafeff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,8 +12,8 @@ muselsl>=2.0.2 brainflow>=4.8.2 gdown matplotlib>=3.3.3 -pysocks==1.7.1 -pyserial==3.5 +pysocks>=1.7.1 +pyserial>=3.5 h5py>=3.1.0 pytest-shutil pyo>=1.0.3; platform_system == "Linux" @@ -45,14 +45,14 @@ nbval types-requests # Docs requirements -sphinx==3.1.1 -sphinx-gallery==0.8.1 -sphinx_rtd_theme==0.5.0 -sphinx-tabs==1.3.0 -sphinx-copybutton==0.3.1 -sphinxcontrib-httpdomain==1.7.0 -numpydoc==1.1.0 -recommonmark==0.6.0 -versioneer==0.19 -rst2pdf==0.98 -docutils==0.17 +sphinx +sphinx-gallery +sphinx_rtd_theme +sphinx-tabs +sphinx-copybutton +sphinxcontrib-httpdomain +numpydoc +recommonmark +versioneer +rst2pdf +docutils From 9cd1a395c902021544a3992b2b802adf4b9ad418 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Mon, 28 Mar 2022 15:12:07 -0400 Subject: [PATCH 3/3] fix typo in conf.py file --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index cae9a5dcc..426a57b28 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -263,7 +263,7 @@ def setup(app): 'backreferences_dir': 'generated', # Where to drop linking files between examples & API 'doc_module': ('eeg-notebooks'), 'reference_url': {'eeg-notebooks': None}, - 'remove_conffig_comments': True} + 'remove_config_comments': True} """ sphinx_gallery_conf = {