How to Install and Uninstall python3-sphinxcontrib-apidoc Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-sphinxcontrib-apidoc" package

Please follow the guidelines below to install python3-sphinxcontrib-apidoc on openSUSE Leap

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

2. Uninstall "python3-sphinxcontrib-apidoc" package

In this section, we are going to explain the necessary steps to uninstall python3-sphinxcontrib-apidoc on openSUSE Leap:

$ sudo zypper remove python3-sphinxcontrib-apidoc

3. Information about the python3-sphinxcontrib-apidoc package on openSUSE Leap

Information for package python3-sphinxcontrib-apidoc:
-----------------------------------------------------
Repository : Main Repository
Name : python3-sphinxcontrib-apidoc
Version : 0.3.0-5.3.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 40.0 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-apidoc-0.3.0-5.3.3.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*.