From: fsLeg Date: Sun, 6 Aug 2023 11:57:29 +0000 (+0300) Subject: pyotherside: mentioned an option to build docs in README X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=86feae0e8827f2a9be4d1ac1c3f9b0a276a86ab1;p=slackbuilds.git pyotherside: mentioned an option to build docs in README --- diff --git a/pyotherside/README b/pyotherside/README index de2969f..5b11e88 100644 --- a/pyotherside/README +++ b/pyotherside/README @@ -1,2 +1,4 @@ Python Bindings for Qt 5 and Qt 6. Allows you to access a CPython 3 interpreter directly from your Qt QML user interface code. + +To build HTML documentation use DOCS=yes. This requires Sphinx.