Difference between revisions of "Talk:Vertx-eventbus-python"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
export PYTHONPATH="" | export PYTHONPATH="" | ||
python3 -m sphinx.cmd.quickstart | python3 -m sphinx.cmd.quickstart | ||
+ | sudo port -f install py37-sphinx | ||
</source> | </source> | ||
* https://readthedocs.org/dashboard/ | * https://readthedocs.org/dashboard/ |
Revision as of 14:15, 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