From ef82d6894ded1c3bb7d3832697f4c3b3a3eb8143 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 1 Apr 2025 20:45:01 -0400 Subject: [PATCH] Use dirhtml builder for Read the Docs This facilitates pretty URLs without the .html suffix. --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b0d2edf9b..bf5dba2f2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,7 @@ version: 2 # Build documentation in the doc/ directory with Sphinx sphinx: + builder: dirhtml configuration: docs/source/conf.py fail_on_warning: true