How To Install python3-readthedocs-sphinx-ext on Fedora 36

In this tutorial we learn how to install python3-readthedocs-sphinx-ext in Fedora 36. python3-readthedocs-sphinx-ext is Sphinx extension for Read the Docs overrides

Introduction

In this tutorial we learn how to install python3-readthedocs-sphinx-ext on Fedora 36.

What is python3-readthedocs-sphinx-ext

This module adds extensions that make Sphinx easier to use. Some of them require Read the Docs features, others are just code that we ship and enable during builds on Read the Docs. We currently ship - An extension for building docs like Read the Docs - template-meta - allows users to specify template overrides in per-page contexts.

We can use yum or dnf to install python3-readthedocs-sphinx-ext on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-readthedocs-sphinx-ext.

Install python3-readthedocs-sphinx-ext on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-readthedocs-sphinx-ext using dnf by running the following command:

sudo dnf -y install python3-readthedocs-sphinx-ext

Install python3-readthedocs-sphinx-ext on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-readthedocs-sphinx-ext using yum by running the following command:

sudo yum -y install python3-readthedocs-sphinx-ext

How To Uninstall python3-readthedocs-sphinx-ext on Fedora 36

To uninstall only the python3-readthedocs-sphinx-ext package we can use the following command:

sudo dnf remove python3-readthedocs-sphinx-ext

python3-readthedocs-sphinx-ext Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/readthedocs_ext
/usr/lib/python3.10/site-packages/readthedocs_ext/__init__.py
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/embed.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/embed.cpython-310.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/external_version_warning.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/external_version_warning.cpython-310.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/readthedocs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/readthedocs.cpython-310.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/template-meta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/template-meta.cpython-310.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/versionwarning.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/__pycache__/versionwarning.cpython-310.pyc
/usr/lib/python3.10/site-packages/readthedocs_ext/_templates
/usr/lib/python3.10/site-packages/readthedocs_ext/_templates/readthedocs-insert.html.tmpl
/usr/lib/python3.10/site-packages/readthedocs_ext/embed.py
/usr/lib/python3.10/site-packages/readthedocs_ext/external_version_warning.py
/usr/lib/python3.10/site-packages/readthedocs_ext/readthedocs.py
/usr/lib/python3.10/site-packages/readthedocs_ext/template-meta.py
/usr/lib/python3.10/site-packages/readthedocs_ext/versionwarning.py
/usr/lib/python3.10/site-packages/readthedocs_sphinx_ext-2.1.4.dist-info
/usr/lib/python3.10/site-packages/readthedocs_sphinx_ext-2.1.4.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/readthedocs_sphinx_ext-2.1.4.dist-info/LICENSE
/usr/lib/python3.10/site-packages/readthedocs_sphinx_ext-2.1.4.dist-info/METADATA
/usr/lib/python3.10/site-packages/readthedocs_sphinx_ext-2.1.4.dist-info/WHEEL
/usr/lib/python3.10/site-packages/readthedocs_sphinx_ext-2.1.4.dist-info/top_level.txt
/usr/share/doc/python3-readthedocs-sphinx-ext
/usr/share/doc/python3-readthedocs-sphinx-ext/README.html
/usr/share/licenses/python3-readthedocs-sphinx-ext
/usr/share/licenses/python3-readthedocs-sphinx-ext/LICENSE

References

Summary

In this tutorial we learn how to install python3-readthedocs-sphinx-ext on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).