We publish the two pages that were being published under here to the new edx-platform docs under docs.openedx.org so update this doc site to redirect to that site for all pages. Once this version has been published, we should be safe to remove this doc project from the platform and all future changes should go through the single edx-platform docs site.
13 lines
689 B
Plaintext
13 lines
689 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[markdown] # 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
|