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

Last updated: July 03,2024

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

This guide covers the steps necessary to install python311-sphinx-autodoc-typehints on openSuSE Tumbleweed

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

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

This guide covers the steps necessary to uninstall python311-sphinx-autodoc-typehints on openSuSE Tumbleweed:

$ sudo zypper remove python311-sphinx-autodoc-typehints

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

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