diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7cd833d6..aa33d072 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,7 +23,7 @@ build: jobs: pre_build: - pip install --upgrade pip myst_parser sphinx_gallery SQLAlchemy sphinxcontrib-matlabdomain sphinx_rtd_theme sphinx_copybutton memory_profiler cython - - sphinx-apidoc -f -o docs/references -e -T -t docs/_templates . + - sphinx-apidoc -f -o docs/references -e -T -t docs/_templates .\ieeg - python -c "import mne; mne.sys_info()" # Build documentation in the docs/ directory with Sphinx