How To Install python3-docs-theme on Fedora 36

In this tutorial we learn how to install python3-docs-theme in Fedora 36. python3-docs-theme is The Sphinx theme for the CPython docs and related projects

Introduction

In this tutorial we learn how to install python3-docs-theme on Fedora 36.

What is python3-docs-theme

Python Docs Sphinx Theme is the theme for the Python documentation.

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

Install python3-docs-theme 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-docs-theme using dnf by running the following command:

sudo dnf -y install python3-docs-theme

Install python3-docs-theme 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-docs-theme using yum by running the following command:

sudo yum -y install python3-docs-theme

How To Uninstall python3-docs-theme on Fedora 36

To uninstall only the python3-docs-theme package we can use the following command:

sudo dnf remove python3-docs-theme

python3-docs-theme Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/python_docs_theme
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/python_docs_theme-2022.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/python_docs_theme/__init__.py
/usr/lib/python3.10/site-packages/python_docs_theme/__pycache__
/usr/lib/python3.10/site-packages/python_docs_theme/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/python_docs_theme/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/python_docs_theme/footerdonate.html
/usr/lib/python3.10/site-packages/python_docs_theme/layout.html
/usr/lib/python3.10/site-packages/python_docs_theme/static
/usr/lib/python3.10/site-packages/python_docs_theme/static/caret-down.svg
/usr/lib/python3.10/site-packages/python_docs_theme/static/copybutton.js
/usr/lib/python3.10/site-packages/python_docs_theme/static/menu.js
/usr/lib/python3.10/site-packages/python_docs_theme/static/py.png
/usr/lib/python3.10/site-packages/python_docs_theme/static/py.svg
/usr/lib/python3.10/site-packages/python_docs_theme/static/pydoctheme.css
/usr/lib/python3.10/site-packages/python_docs_theme/static/sidebar.js
/usr/lib/python3.10/site-packages/python_docs_theme/theme.conf
/usr/share/doc/python3-docs-theme
/usr/share/doc/python3-docs-theme/README.rst
/usr/share/licenses/python3-docs-theme
/usr/share/licenses/python3-docs-theme/LICENSE

References

Summary

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