How to Install and Uninstall python3-sphinx.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-sphinx.noarch" package

Here is a brief guide to show you how to install python3-sphinx.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sphinx.noarch

2. Uninstall "python3-sphinx.noarch" package

Learn how to uninstall python3-sphinx.noarch on Fedora 34:

$ sudo dnf remove python3-sphinx.noarch $ sudo dnf autoremove

3. Information about the python3-sphinx.noarch package on Fedora 34

Last metadata expiration check: 0:56:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-sphinx
Epoch : 1
Version : 3.4.3
Release : 2.fc34
Architecture : noarch
Size : 2.1 M
Source : python-sphinx-3.4.3-2.fc34.src.rpm
Repository : fedora
Summary : Python documentation generator
URL : https://www.sphinx-doc.org/
License : BSD and Python and MIT
Description : Sphinx is a tool that makes it easy to create intelligent and
: beautiful documentation for Python projects (or other documents
: consisting of multiple reStructuredText sources), written by Georg
: Brandl. It was originally created to translate the new Python
: documentation, but has now been cleaned up in the hope that it will be
: useful to many other projects.
:
: Sphinx uses reStructuredText as its markup language, and many of its
: strengths come from the power and straightforwardness of
: reStructuredText and its parsing and translating suite, the Docutils.
:
: Although it is still under constant development, the following
: features are already present, work fine and can be seen "in action" in
: the Python docs:
:
: * Output formats: HTML (including Windows HTML Help) and LaTeX,
: for printable PDF versions
: * Extensive cross-references: semantic markup and automatic links
: for functions, classes, glossary terms and similar pieces of
: information
: * Hierarchical structure: easy definition of a document tree, with
: automatic links to siblings, parents and children
: * Automatic indices: general index as well as a module index
: * Code handling: automatic highlighting using the Pygments highlighter
: * Various extensions are available, e.g. for automatic testing of
: snippets and inclusion of appropriately formatted docstrings.