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.
This commit is contained in:
Feanil Patel
2023-07-13 15:32:20 -04:00
parent 3b1ff5cda8
commit 376211950f

View File

@@ -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