How to Install and Uninstall python39-sphinxcontrib-apidoc Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-sphinxcontrib-apidoc" package

In this section, we are going to explain the necessary steps to install python39-sphinxcontrib-apidoc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sphinxcontrib-apidoc

2. Uninstall "python39-sphinxcontrib-apidoc" package

Please follow the guidelines below to uninstall python39-sphinxcontrib-apidoc on openSuSE Tumbleweed:

$ sudo zypper remove python39-sphinxcontrib-apidoc

3. Information about the python39-sphinxcontrib-apidoc package on openSuSE Tumbleweed

Information for package python39-sphinxcontrib-apidoc:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sphinxcontrib-apidoc
Version : 0.5.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 35.8 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-apidoc-0.5.0-1.4.src
Upstream URL : http://www.sphinx-doc.org/
Summary : A Sphinx extension for running 'sphinx-apidoc' on each build
Description :
*sphinx-apidoc* is a tool for automatic generation of Sphinx sources that,
using the `autodoc `_ extension, documents a whole package in
the style of other automatic API documentation tools. *sphinx-apidoc* does not
actually build documentation - rather it simply generates it. As a result, it
must be run before *sphinx-build*.