WARNING: This repository is Archived.
For more up-to-date documentation see: https://docs.openedx.org/en/latest/developers
To test documentation changes locally, run through the following.
Install the requirements inside of a Python virtualenv.
make requirements
Then run all tests as they will be run against your PR.
make test-all
Note: Look for warnings, which will not fail the test but are useful to clean up.
Alternatively, build the docs which should load them in your browser.
make docs
Lastly, if you want to test external links (from the docs directory).
cd docs
make linkcheck
The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.
Please see LICENSE.txt
for details.
This repo is not currently taking new contributions. Consider contributing to https://github.com/openedx/docs.openedx.org/
Please do not report security issues in public. Please email [email protected]
Have a question about this repository, or about Open edX in general? Please refer to this list of resources if you need any assistance.