Skip to content

Commit

Permalink
Remove not working mathworks workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 24, 2024
1 parent 7c18cf5 commit 12ebd41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,5 @@
r"https://.*\.incf\.org/.*", # temporary ignore until SSL certificate issue is resolved
]

# some websites seem to block the sphinx link checker
linkcheck_request_headers = {
r'https://www.mathworks.com/': {
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'
},
}

# -- Build the nwb project analytics in the current directory
build_project_analytics(target_dir=os.path.dirname(__file__))

0 comments on commit 12ebd41

Please sign in to comment.