From e5946d80299401ff461c29500e7dfd7999c073a3 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 16 May 2023 11:32:10 -0400 Subject: [PATCH] build docs with development sphinx-asdf --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83296917c..56b77c865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,8 @@ all = [ "lz4>=0.10", ] docs = [ - "sphinx-asdf>=0.1.4", + #"sphinx-asdf>=0.1.4", + 'sphinx-asdf @ git+http://github.com/braingram/sphinx-asdf.git@immutable_block_manager', 'tomli; python_version < "3.11"', ] tests = [