Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Update docs #12223

Merged
merged 6 commits into from
Nov 17, 2023
Merged

DOC: Update docs #12223

merged 6 commits into from
Nov 17, 2023

Conversation

larsoner
Copy link
Member

Just a couple of minor docstring updates I found while working with some functions/commands.

@larsoner
Copy link
Member Author

Okay pushed a commit I've been meaning to make for a while, which is to grep the sphinx log for WARNING: lines so that people (myself included) can more easily find lines that caused the CircleCI build to fail since we treat warnings as errors. Now we see:

Screenshot 2023-11-17 at 3 27 51 PM

I'll push a commit to fix the actual error then this should be good to go @drammock !

@larsoner larsoner added this to the 1.6 milestone Nov 17, 2023
@@ -805,7 +805,7 @@ def _get_latest_version(timeout):
try:
with urlopen(url, timeout=timeout) as f: # nosec
response = json.load(f)
except URLError as err:
except (URLError, TimeoutError) as err:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drammock drammock enabled auto-merge (squash) November 17, 2023 21:41
@drammock drammock merged commit d8448e3 into mne-tools:main Nov 17, 2023
27 checks passed
@drammock drammock deleted the docs branch November 17, 2023 22:29
ctrltz pushed a commit to ctrltz/mne-python that referenced this pull request Nov 25, 2023
snwnde pushed a commit to snwnde/mne-python that referenced this pull request Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants