Sphinx Vyperlang Extension
Documentation for the sphinxcontrib.vyperlang extension.
Quickstart
Install this extension:
$ pip install git+https://github.com/skellet0r/sphinxcontrib-vyperlang#egg=sphinxcontrib-vyperlangAdd
sphinxcontrib.vyperlangto your extensions list in the Sphinx conf.py file:14# -- General configuration --------------------------------------------------- 15# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration 16 17extensions = [..., "sphinxcontrib.vyperlang"]