How to Install and Uninstall python312-sphinx-autodoc-typehints Package on openSuSE Tumbleweed

Last updated: November 16,2024

1. Install "python312-sphinx-autodoc-typehints" package

Please follow the instructions below to install python312-sphinx-autodoc-typehints on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-sphinx-autodoc-typehints

2. Uninstall "python312-sphinx-autodoc-typehints" package

Please follow the instructions below to uninstall python312-sphinx-autodoc-typehints on openSuSE Tumbleweed:

$ sudo zypper remove python312-sphinx-autodoc-typehints

3. Information about the python312-sphinx-autodoc-typehints package on openSuSE Tumbleweed

Information for package python312-sphinx-autodoc-typehints:
-----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sphinx-autodoc-typehints
Version : 1.25.3-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 125.7 KiB
Installed : No
Status : not installed
Source package : python-sphinx-autodoc-typehints-1.25.3-1.3.src
Upstream URL : https://github.com/agronholm/sphinx-autodoc-typehints
Summary : Type hints (PEP 484) support for the Sphinx autodoc extension
Description :
This is a Sphinx extension which allows to use Python 3 annotations for documenting acceptable argument types
and return value types of functions.