From e8ff3a46b2bd43376f1eb716dd302ef06efec4ca Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:46:39 +0200 Subject: [PATCH] 404: Fix PR URLs on readthedocs.build domain --- theme/404.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/theme/404.html b/theme/404.html index 66f78d8714..246d312790 100644 --- a/theme/404.html +++ b/theme/404.html @@ -2,8 +2,38 @@ {% block content %}
- Not found + Not found

Page not found.

Back to front page
{% endblock %} + +{% block scripts %} +{{ super() }} + +{% endblock %}