Skip to content

Commit

Permalink
fixed ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
jibel committed Jul 4, 2024
1 parent f3f310f commit 96788dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@

# Links to ignore when checking links
linkcheck_ignore = [
'http://127.0.0.1:8000'
'https://leonelson.com/2011/08/15/how-to-increase-your-csr-key-size-on-microsoft-iis-without-removing-the-production-certificate/'
'http://127.0.0.1:8000',
'https://leonelson.com/2011/08/15/how-to-increase-your-csr-key-size-on-microsoft-iis-without-removing-the-production-certificate/',
]

# Pages on which to ignore anchors
Expand Down

0 comments on commit 96788dc

Please sign in to comment.