Difference between revisions of "Talk:Vertx-eventbus-python"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* https://readthedocs.org/dashboard/ | * https://readthedocs.org/dashboard/ | ||
* https://vertx-eventbus-python.readthedocs.io/en/latest/ | * https://vertx-eventbus-python.readthedocs.io/en/latest/ | ||
+ | <source lang='bash'> | ||
+ | pip install sphinx-rtd-theme | ||
+ | </source> |
Revision as of 15:44, 31 January 2020
Documentation
- https://packaging.python.org/tutorials/creating-documentation/
- https://stackoverflow.com/a/46507300/1497139
sudo -H pip install -U sphinx
export PYTHONPATH=""
python3 -m sphinx.cmd.quickstart
sudo port -f install py37-sphinx
Readthedocs
pip install sphinx-rtd-theme