From 0a732112e94f072f985f5bfab89f21ea4f2255f2 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Wed, 25 Oct 2023 18:54:05 -0700 Subject: [PATCH] Revert to sphinx 7.0.1 to resolve rendering issues on API docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8846d899..78f3cda9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you." [project.optional-dependencies] docs = [ "jinja2 == 3.1.2", - "sphinx == 7.1.1", + "sphinx == 7.0.1", "sphinx-mdinclude == 0.5.3", ] dev = [