Closed xivh closed 1 year ago
There is no makefile for the python docs, so I had to use sphinx-build -b html . _build from the doc directory.
sphinx-build -b html . _build
Thanks! Added the Makefile in #6
There is no makefile for the python docs, so I had to use
sphinx-build -b html . _build
from the doc directory.