Skip to content

Commit

Permalink
removed spoof headers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcdevin committed Oct 6, 2023
1 parent 35e8aa7 commit f8c7845
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ def setup(app):
# 'https://doi.org/10.1080/17445302.2015.1089052',
# ]

linkcheck_request_headers = {
'https://doi.org/10.1109/TSTE.2014.2371536': {
'User-Agent': 'my-app/0.0.1'
},
'https://doi.org/10.1109/9.467672': {
'User-Agent': 'my-app/0.0.1'
},
'https://doi.org/10.1109/TSTE.2023.3272868': {
'User-Agent': 'my-app/0.0.1'
},
}
# linkcheck_request_headers = {
# 'https://doi.org/10.1109/TSTE.2014.2371536': {
# 'User-Agent': 'my-app/0.0.1'
# },
# 'https://doi.org/10.1109/9.467672': {
# 'User-Agent': 'my-app/0.0.1'
# },
# 'https://doi.org/10.1109/TSTE.2023.3272868': {
# 'User-Agent': 'my-app/0.0.1'
# },
# }

nbsphinx_execute = 'never'
# -- References (BibTex) -----------------------------------------------------
Expand Down

0 comments on commit f8c7845

Please sign in to comment.