Skip to content
Advertisement

Tag: pybuilder

How to use the sphinx plugin of pybuilder?

I try to create a python package using pybuilder and wonder how to make use of the sphinx plugin. I already initiated a sphinx documentation scaffold via sphinx-quickstart and activated the sphinx plugin within the build.py file of pybuilder. The following displays my current build.py: However, when I run the pyb command to build the package, pybuilder does not generate

Advertisement