We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c56c4e8 + cb49509 commit b5b0323Copy full SHA for b5b0323
1 file changed
kempner_computing_handbook/_config.yml
@@ -39,3 +39,10 @@ exclude_patterns:
39
- s9_workshops_and_trainings/workshops/*
40
- s9_workshops_and_trainings/intro_to_hpc/*
41
- s5_ai_scaling_and_engineering/scalability/distributed_computing.md
42
+
43
+# Disable fuzzy (schemeless) autolinking so text like "coverage.py" is not
44
+# turned into a link (".py" etc. are real TLDs). Full URLs and explicit
45
+# [text](url) links are unaffected.
46
+sphinx:
47
+ config:
48
+ myst_linkify_fuzzy_links: false
0 commit comments