diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aa33d072..fec5f562 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 .\ieeg + - 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