Talk:Vertx-eventbus-python: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
</source>
</source>
* https://romanvm.pythonanywhere.com/post/autodocumenting-your-python-code-sphinx-part-ii-6/
* https://romanvm.pythonanywhere.com/post/autodocumenting-your-python-code-sphinx-part-ii-6/
=== Issues ===
* https://stackoverflow.com/questions/39738852/duplicate-index-warning-on-sphinx-build-how-do-i-include-a-file-without-indexin
= Readthedocs =
= Readthedocs =
* https://readthedocs.org/dashboard/
* https://readthedocs.org/dashboard/

Revision as of 04:27, 1 February 2020

Documentation

Sphinx

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"

Issues

Readthedocs

pip install sphinx-rtd-theme