We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227d867 commit 63370e8Copy full SHA for 63370e8
1 file changed
doc/sphinxext/related_software.py
@@ -5,6 +5,10 @@
5
1. Add it to the MNE-installers if possible, and it will automatically appear.
6
2. If it's on PyPI and not in the MNE-installers, add it to the PYPI_PACKAGES set.
7
3. If it's not on PyPI, add it to the MANUAL_PACKAGES dictionary.
8
+
9
+If PyPI or manual, also add package name to `related_software.txt` or
10
+`related_software_nodeps.txt` so that it's installed at doc-build time (for package
11
+metadata querying).
12
"""
13
14
# Authors: The MNE-Python contributors.
0 commit comments