How to Install and Uninstall python3-sphinx-autodoc-typehints Package on openSUSE Leap

Last updated: May 10,2024

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

This is a short guide on how to install python3-sphinx-autodoc-typehints on openSUSE Leap

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

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

Please follow the steps below to uninstall python3-sphinx-autodoc-typehints on openSUSE Leap:

$ sudo zypper remove python3-sphinx-autodoc-typehints

3. Information about the python3-sphinx-autodoc-typehints package on openSUSE Leap

Information for package python3-sphinx-autodoc-typehints:
---------------------------------------------------------
Repository : Main Repository
Name : python3-sphinx-autodoc-typehints
Version : 1.10.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 51.7 KiB
Installed : No
Status : not installed
Source package : python-sphinx-autodoc-typehints-1.10.3-bp155.2.10.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.