Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"myst-nb<1.4",
"myst-parser[linkify]<6",
"snowballstemmer<4",
"sphinx>=7.1,<10",
"sphinx @ git+https://github.com/jayaddison/sphinx@issue-14307/linkcheck-netiquette-autoignore-reserved-domain-names",
Copy link
Member Author

Choose a reason for hiding this comment

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

Status: Do not merge.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hi @jayaddison,

your patch seems to work well, thank you very much.

With kind regards,
Andreas.

Copy link
Member Author

Choose a reason for hiding this comment

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

Because this was just an experiment, I am closing the PR again.

Choose a reason for hiding this comment

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

Thank you very much @amotl!

"sphinx-basic-ng==1.0.0b2",
"sphinx-copybutton>=0.3.1,<1",
"sphinx-design-elements<0.5",
Expand Down
4 changes: 0 additions & 4 deletions src/crate/theme/rtd/conf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@
"https://www.gnu.org/.*",
# Temporary failure in name resolution
"https://jupysql.ploomber.io/.*",
# Sporadic CERTIFICATE_VERIFY_FAILED errors.
# https://github.com/crate/crate-docs-theme/issues/706
r"https://example.com.*",
r"https://www.example.com.*",
]
linkcheck_anchors_ignore_for_url = [
# Requires JavaScript.
Expand Down
Loading