[BD-21] Generate feature toggle documentation
We introduce a new documentation target, where we use the featuretoggles Sphinx extension from code-annotations to generate human-readable documentation of feature toggles in edx-platform. The annotation report is generated on-the-fly based on the standard feature toggle configuration file in code-annotations. In addition, we add new doc.in & doc.txt requirement files that will be pip-installed by readthedocs to generate the documentation targets.
Showing
- Makefile 5 additions, 1 deletionMakefile
- docs/featuretoggles/.gitignore 1 addition, 0 deletionsdocs/featuretoggles/.gitignore
- docs/featuretoggles/Makefile 20 additions, 0 deletionsdocs/featuretoggles/Makefile
- docs/featuretoggles/conf.py 36 additions, 0 deletionsdocs/featuretoggles/conf.py
- docs/featuretoggles/index.rst 6 additions, 0 deletionsdocs/featuretoggles/index.rst
- requirements/edx/doc.in 7 additions, 0 deletionsrequirements/edx/doc.in
- requirements/edx/doc.txt 46 additions, 0 deletionsrequirements/edx/doc.txt
Loading
Please register or sign in to comment