From aee74ecb01d37358f9c545386bded00344de4a03 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Thu, 4 Jul 2024 15:38:38 -0700 Subject: [PATCH] remove TODO comment corresponding to #362 --- tests/sitemap_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/sitemap_test.py b/tests/sitemap_test.py index c76d54c5..c9799c79 100644 --- a/tests/sitemap_test.py +++ b/tests/sitemap_test.py @@ -1,7 +1,4 @@ """Tests related to theme's postprocess_html extension (which creates a sitemap).""" -# TODO: sphinx_immaterial.postprocess_html does not support incremental builds. -# This is adequate because docs are typically deployed from a fresh build. -# However, this lacking implementation may impact versioned docs. from pathlib import Path from sphinx.testing.util import SphinxTestApp