From 14a613456b47601c888d8ec5f18128b5c1083d1b Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 16 Jan 2024 14:27:29 -0500 Subject: [PATCH] use dev sphinx-asdf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fee45c5..8c333a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dynamic = ['version'] docs = [ 'tomli', 'sphinx >= 4.0', - 'sphinx-asdf >= 0.1.3', + 'sphinx-asdf @ git+https://github.com/braingram/sphinx-asdf.git@no_bootstrap', 'sphinx-astropy', 'graphviz', 'matplotlib',