Skip to content

Commit

Permalink
FIX: Modern
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 12, 2024
1 parent a072ec8 commit 911334b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- run: sudo apt update && sudo apt install graphviz-dev graphviz
- run: python -m pip install --quiet --upgrade --user pip
- run: python -m pip install --upgrade --user git+https://github.com/mne-tools/mne-python@main numpydoc sphinx sphinx_fontawesome sphinx_bootstrap_theme pygraphviz
- run: python -c "import mne; mne.sys_info()"
- run: python setup.py develop --user
- run: cd doc && make html
- run: mne sys_info
- run: pip install -ve .
- run: make -C doc html

- store_artifacts:
path: doc/_build/html/
Expand Down

0 comments on commit 911334b

Please sign in to comment.