How to install sphinxcontrib-doxylink
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install sphinxcontrib-doxylink
Lastest release
A Sphinx extension to link to external Doxygen API documentation.
Usage
Please refer to the documentation for information on using this extension.
Installation
This extension can be installed from the Python Package Index:
pip install sphinxcontrib-doxylink
Alternatively, you can clone the sphinx-contrib repository from BitBucket, and install the extension directly from the repository:
hg clone http://bitbucket.org/birkenfeld/sphinx-contrib cd sphinx-contrib/doxylink python setup.py install