Some doc buildig deps were in development.in explicitly while others weren't. Update development.in to pull in doc.txt and then remove direct additions of the doc requirements from development.in
10 lines
472 B
Plaintext
10 lines
472 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
|
|
sphinx-design # provides various responsive web-components
|
|
sphinxcontrib-openapi[markdown] # Be able to render openapi schema in a sphinx project
|