BotSharp/docs/README.md
2023-06-19 07:43:36 -05:00

296 B

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme

cd docs
./make html