From ae42298fed8930eb12b61de3aaf00664d211ab7c Mon Sep 17 00:00:00 2001 From: biter777 <33280398+biter777@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:27:51 +0300 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6b92685..b1ac4bd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,9 +15,9 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + # configuration: docs/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs - # builder: "dirhtml" + builder: "dirhtml" # Fail on all warnings to avoid broken references # fail_on_warning: true