Talk:Vertx-eventbus-python: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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
sudo -H pip install sphinx_rtd_theme
# Python3 bin
# Python3 bin
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH"
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH"

Revision as of 19:14, 31 January 2020

Documentation

sudo -H pip install -U sphinx
export PYTHONPATH=""
python3 -m sphinx.cmd.quickstart
sudo port -f install py37-sphinx
sudo -H pip install sphinx_rtd_theme
# Python3 bin
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH"

Readthedocs

pip install sphinx-rtd-theme