From 9ea9b9e16ece6177521687d180c3c7dbf77e1e1f Mon Sep 17 00:00:00 2001 From: kkaris Date: Wed, 28 Jun 2023 09:37:02 -0700 Subject: [PATCH 1/2] Pin sphinx --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 502420904..f7f952e20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,7 @@ gunicorn = docs = bioregistry bioontologies - sphinx + sphinx<7.0.0 sphinx-rtd-theme sphinx-autodoc-typehints sphinx-automodapi From e5338ef38ad60d8e25a0b89575290b25c6a2a63f Mon Sep 17 00:00:00 2001 From: kkaris Date: Wed, 28 Jun 2023 10:28:04 -0700 Subject: [PATCH 2/2] Add pyobo as requirement for docs --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f7f952e20..fb7533f91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,6 +84,7 @@ docs = autodoc-pydantic m2r2 pygraphviz + pyobo mock wget sbml =