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

Last updated: May 20,2024

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

Please follow the guidance below to install python36-sphinx-autodoc-typehints on openSuSE Tumbleweed

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

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

This guide let you learn how to uninstall python36-sphinx-autodoc-typehints on openSuSE Tumbleweed:

$ sudo zypper remove python36-sphinx-autodoc-typehints

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

Information for package python36-sphinx-autodoc-typehints:
----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-sphinx-autodoc-typehints
Version : 1.12.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 59,5 KiB
Installed : No
Status : not installed
Source package : python-sphinx-autodoc-typehints-1.12.0-1.2.src
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.