Difference between revisions of "Talk:Vertx-eventbus-python"

From BITPlan Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
<source lang='bash'>
 
<source lang='bash'>
 
sudo -H pip install -U sphinx
 
sudo -H pip install -U sphinx
 +
export PYTHONPATH=""
 +
python3 -m sphinx.cmd.quickstart
 
</source>
 
</source>
 
* https://readthedocs.org/dashboard/
 
* https://readthedocs.org/dashboard/

Revision as of 15:10, 31 January 2020

Documentation

sudo -H pip install -U sphinx
export PYTHONPATH=""
python3 -m sphinx.cmd.quickstart