Difference between revisions of "Talk:Vertx-eventbus-python"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
python3 -m sphinx.cmd.quickstart | python3 -m sphinx.cmd.quickstart | ||
sudo port -f install py37-sphinx | sudo port -f install py37-sphinx | ||
+ | # Python3 bin | ||
+ | export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH" | ||
</source> | </source> | ||
= Readthedocs = | = Readthedocs = |
Revision as of 20:12, 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
# Python3 bin
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH"
Readthedocs
pip install sphinx-rtd-theme