Skip to content

Commit 6f8abfb

Browse files
authored
Merge pull request #399 from poespas/enable--notfound_no_urls_prefix-=-True
Set notfound_no_urls_prefix = True in conf.py
2 parents ed505fb + 2ba69aa commit 6f8abfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"php": {"startinline": True}, # We often have php snippets without the <?php tag
116116
}
117117

118-
notfound_no_urls_prefix = True
118+
notfound_urls_prefix = None
119119

120120
myst_heading_anchors = 5
121121

0 commit comments

Comments
 (0)