From 5281e20188cdbfca95f2814daa088b948c00a0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ko=CC=88lling?= Date: Thu, 14 Dec 2023 12:08:32 +0100 Subject: [PATCH] pin docutils to version 0.17.1 Currently content after the references section would be broken. see: https://github.com/executablebooks/jupyter-book/issues/1997 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 53bffc9a..20c64d98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ aiohttp zarr>=2.8.3 healpy pybtex-apa-style +docutil==0.17.1 # see https://github.com/executablebooks/jupyter-book/issues/1997