The edx-sphinx theme is being deprecated, and replaced with sphinx-book-theme. This removes references to the deprecated theme and replaces them with the new standard theme for the platform. See https://github.com/openedx/edx-sphinx-theme/issues/184
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
# Requirements for documentation validation
|
|
-c ../constraints.txt
|
|
|
|
code-annotations # provides annotations for certain documentation
|
|
sphinx-book-theme # Common theme for all Open edX projects
|
|
gitpython # fetch git repo information
|
|
Sphinx # Documentation builder
|