From 1637f364698a26f2545e13e333f0cb708357c005 Mon Sep 17 00:00:00 2001 From: saces Date: Fri, 12 Sep 2025 15:32:34 +0200 Subject: [PATCH] change sphinx output format to dirhtml this produces prettier urls without '.html' at the end --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9a52b135b..9d7570ed2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ submodules: recursive: true sphinx: - builder: html + builder: dirhtml configuration: conf.py fail_on_warning: false