From 720bd0c9ab184144e446958fb6a8283667406877 Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Mon, 25 Mar 2024 16:00:02 +0000 Subject: [PATCH] docs: avoid sphinx-automodapi 0.17.0 (#400) there seems to be a cached corrupt file on readthedocs --- docs/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index 1955f78e..e68ca1da 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -28,6 +28,6 @@ dependencies: # docs - numpydoc - sphinx - - sphinx-automodapi + - sphinx-automodapi !=0.17.0 - sphinx_bootstrap_theme - - sphinxcontrib-programoutput \ No newline at end of file + - sphinxcontrib-programoutput