Skip to content

Commit

Permalink
Make links work (thx to @larsoner)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Mar 19, 2021
1 parent 42e275a commit 2b889b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@
'dipy': ('https://dipy.org/documentation/1.2.0.', None),
'mne_realtime': ('https://mne.tools/mne-realtime', None),
'picard': ('https://pierreablin.github.io/picard/', None),
'qdarkstyle': ('https://github.com/ColinDuquesnoy/QDarkStyleSheet', None),
'darkdetect': ('https://github.com/albertosottile/darkdetect', None)
'qdarkstyle': ('https://qdarkstylesheet.readthedocs.io/en/latest', None)
}


Expand Down
3 changes: 2 additions & 1 deletion mne/viz/_brain/_brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ class Brain(object):
theme : str | path-like
Can be "auto" (default), "light", or "dark" or a path-like to a
custom stylesheet. For Dark-Mode and automatic Dark-Mode-Detection,
:mod:`qdarkstyle` respectively :mod:`darkdetect` is required.
:mod:`qdarkstyle` respectively and `darkdetect
<https://github.com/albertosottile/darkdetect>`__ is required.
show : bool
Display the window as soon as it is ready. Defaults to True.
Expand Down

0 comments on commit 2b889b8

Please sign in to comment.