From fd4c5d550075a12cc19e10e0c9e12b2bff871be1 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Mon, 29 Jan 2024 16:22:42 -0500 Subject: [PATCH] wip: Update to technote 0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f533797..622f8764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ pipelines = [ ] technote = [ # Theme and extensions for technotes - "technote>=0.6.0,<0.7.0", + "technote==0.7.0a1", "sphinx-prompt", "sphinxcontrib-mermaid", "sphinx-diagrams",