How To Install python3-enthought-sphinx-theme on Fedora 36

In this tutorial we learn how to install python3-enthought-sphinx-theme in Fedora 36. python3-enthought-sphinx-theme is Sphinx theme for Enthought projects

Introduction

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

What is python3-enthought-sphinx-theme

Sphinx theme for Enthought projects, derived from the Scipy theme.

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

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

sudo dnf -y install python3-enthought-sphinx-theme

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

sudo yum -y install python3-enthought-sphinx-theme

How To Uninstall python3-enthought-sphinx-theme on Fedora 36

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

sudo dnf remove python3-enthought-sphinx-theme

python3-enthought-sphinx-theme Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/enthought_sphinx_theme
/usr/lib/python3.10/site-packages/enthought_sphinx_theme-0.6.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/enthought_sphinx_theme-0.6.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/enthought_sphinx_theme-0.6.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/enthought_sphinx_theme-0.6.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/enthought_sphinx_theme-0.6.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/__init__.py
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/__pycache__
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/layout.html
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/sourcelink.html
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/css
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/css/pygments.css
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/css/spc-bootstrap.css
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/css/spc-extend.css
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/enthought.css_t
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts/SourceCodePro-Regular.otf.woff
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts/SourceCodePro-Semibold.otf.woff
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts/SourceSansPro-It.otf.woff
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts/SourceSansPro-Regular.otf.woff
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts/SourceSansPro-Semibold.otf.woff
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/fonts/SourceSansPro-SemiboldIt.otf.woff
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/contents.png
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/e-logo.png
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/favicon.ico
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/glyphicons-halflings-white.png
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/glyphicons-halflings.png
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/navigation.png
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/transparent-pixel.gif
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/img/ui-anim_basic_16x16.gif
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/js
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/js/copybutton.js
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/static/js/wrap_on_dot.js
/usr/lib/python3.10/site-packages/enthought_sphinx_theme/enthought/theme.conf
/usr/share/doc/python3-enthought-sphinx-theme
/usr/share/doc/python3-enthought-sphinx-theme/CHANGES.rst
/usr/share/doc/python3-enthought-sphinx-theme/README.rst
/usr/share/licenses/python3-enthought-sphinx-theme
/usr/share/licenses/python3-enthought-sphinx-theme/LICENSE
/usr/share/licenses/python3-enthought-sphinx-theme/bootstrap.txt
/usr/share/licenses/python3-enthought-sphinx-theme/fonts.txt
/usr/share/licenses/python3-enthought-sphinx-theme/scipy-sphinx-theme.txt

References

Summary

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