From c7f40c607a7d67d68eae19d0ba1886ce377f8355 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 29 Jan 2024 11:18:52 +0000 Subject: [PATCH] Update reference files for newer docutils. --- .../test_output_/test_html_output_autoconfig_html_.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_output/test_output_/test_html_output_autoconfig_html_.html b/tests/test_output/test_output_/test_html_output_autoconfig_html_.html index 3fa291f..21f219b 100644 --- a/tests/test_output/test_output_/test_html_output_autoconfig_html_.html +++ b/tests/test_output/test_output_/test_html_output_autoconfig_html_.html @@ -3,8 +3,10 @@ - {% if docutils_version >= (0, 18) %} - {% elif docutils_version >= (0, 17) %} + {% if docutils_version[1] == 18 %} + {% elif docutils_version[1] == 17 %} + {% elif docutils_version[1] == 19 %} + {% elif docutils_version[1] == 20 %} {% endif %} Autoconfig — Python documentation