Skip to content

Commit

Permalink
Revert "Docs: Ignore materialdesignicons.com error in linkcheck"
Browse files Browse the repository at this point in the history
This reverts commit ca632f4.
  • Loading branch information
nijel committed Dec 28, 2020
1 parent de429c4 commit 4869859
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,7 @@ def setup(app):
# Number of retries and timeout for linkcheck
linkcheck_retries = 10
linkcheck_timeout = 10
linkcheck_ignore = [
"http://127.0.0.1:8080/",
# The site seems temporarily down
"https://materialdesignicons.com/",
]
linkcheck_ignore = ["http://127.0.0.1:8080/"]

# HTTP docs
http_index_ignore_prefixes = ["/api/"]
Expand Down

0 comments on commit 4869859

Please sign in to comment.