It was removed from the package and markdown support is now part of the
default package without the extras decleration.
1e95ac6fc8 (diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7)
14 lines
698 B
Plaintext
14 lines
698 B
Plaintext
# 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
|
|
Sphinx # Documentation builder
|
|
sphinx-design # provides various responsive web-components
|
|
sphinxcontrib-openapi # Be able to render openapi schema in a sphinx project
|
|
sphinxext-rediraffe # Quickly and easily redirect when we move pages around.
|
|
sphinx-reredirects # Redirect from a sphinx project out to other places on the web including other sphinx projects
|
|
sphinx-autoapi
|