From 376211950fd40cefcf048f740032c99e93cfdec6 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 13 Jul 2023 15:32:20 -0400 Subject: [PATCH] build: Add base requirements to docs. If we want to build autodocs from the code, we need the dependencies of the code installed as a part of the docs build. --- requirements/edx/doc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/edx/doc.in b/requirements/edx/doc.in index 0dd7ad9aa6..4772c4dc13 100644 --- a/requirements/edx/doc.in +++ b/requirements/edx/doc.in @@ -1,6 +1,7 @@ # Requirements for documentation validation -c ../constraints.txt +-r base.txt code-annotations # provides annotations for certain documentation sphinx-book-theme # Common theme for all Open edX projects gitpython # fetch git repo information