Skip to content

Commit

Permalink
fix: E226 and W503 errors on pytest, previously not caught. Maybe due…
Browse files Browse the repository at this point in the history
… to a new version?
  • Loading branch information
Martin Rajchl committed Jun 17, 2018
1 parent d17fb21 commit b44cf72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Expand Up @@ -126,8 +126,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_context = {'css_files': [
'_static/theme_overrides.css']}
html_context = {'css_files': ['_static/theme_overrides.css']}

# -- Options for HTMLHelp output ------------------------------------------

Expand Down

9 comments on commit b44cf72

@aminemosbah
Copy link

Choose a reason for hiding this comment

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

OSError: [Errno socket error] [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)
any help

@pawni
Copy link
Contributor

@pawni pawni commented on b44cf72 Jan 28, 2019

Choose a reason for hiding this comment

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

Could you please elaborate?

@aminemosbah
Copy link

Choose a reason for hiding this comment

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

Hi,
Can t access to the dataset webpage , certificate verification failed also when using the Google browser the page goes blank..?

@pawni
Copy link
Contributor

@pawni pawni commented on b44cf72 Jan 28, 2019

Choose a reason for hiding this comment

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

Which dataset page are you talking about? Can you paste a link please and provide as much detail as possible to reproduce the error.

@aminemosbah
Copy link

Choose a reason for hiding this comment

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

hi
basically all the data set are inaccessible
try out this link for example http://biomedic.doc.ic.ac.uk/brain-development/downloads/IXI/IXI-T1.tar
regards

@mrajchl
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi there, just to weight in, this is due to https://brain-development.org/ and their website's certificates being outdated. There is the possibility of writing them and/or us contacting them.

@aminemosbah
Copy link

Choose a reason for hiding this comment

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

Ok hope won't take longer

@mrajchl
Copy link
Contributor

Choose a reason for hiding this comment

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

You are aware that you can still manually download the data by accepting the exception, right? Btw, this is the wrong location of discussing an issue. I open and will reference this, so everyone can see this.

@mrajchl
Copy link
Contributor

@mrajchl mrajchl commented on b44cf72 Feb 1, 2019

Choose a reason for hiding this comment

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

@aminemosbah #37 is closed now. I hope that was not too long.

Please sign in to comment.