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

Last updated: October 06,2024

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

Please follow the steps below to install python310-sphinx-autodoc-typehints on openSuSE Tumbleweed

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

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

This tutorial shows how to uninstall python310-sphinx-autodoc-typehints on openSuSE Tumbleweed:

$ sudo zypper remove python310-sphinx-autodoc-typehints

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

Information for package python310-sphinx-autodoc-typehints:
-----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-sphinx-autodoc-typehints
Version : 1.25.3-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 108.1 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.