From bffb758f3a2153b95813e0e3cd8c53c5b0ea1f73 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 5 Feb 2026 11:51:01 +0400 Subject: [PATCH 1/2] Fix Read the Docs build --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 917704b..c05482e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,3 +10,7 @@ python: install: - requirements: ci/rtd-requirements.txt - path: . + +sphinx: + fail_on_warning: true + configuration: docs/source/conf.py From 9393f11458b2100cdfa96616787185484b796632 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 5 Feb 2026 11:54:50 +0400 Subject: [PATCH 2/2] Fix warnings --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5b736c1..d7f339e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -87,7 +87,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -117,7 +117,6 @@ import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the