Requirements:
- sphinx
- myst_parser
The requirements.txt
file that mentions myst_parser
is needed for readthedocs.io to build the documentation automatically.
Usage:
In the docs
folder execute:
rm -rf code && sphinx-apidoc ../openbb_terminal/ -o ./code
make html