How to Install and Uninstall python3-zzzeeksphinx Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-zzzeeksphinx" package

Please follow the guidance below to install python3-zzzeeksphinx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zzzeeksphinx

2. Uninstall "python3-zzzeeksphinx" package

Please follow the steps below to uninstall python3-zzzeeksphinx on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-zzzeeksphinx $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-zzzeeksphinx package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-zzzeeksphinx
Priority: optional
Section: universe/python
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: zzzeeksphinx
Version: 1.0.17-1
Depends: python3-mako, python3-pyscss, python3:any (>= 3.3.2-2~)
Recommends: python3-pygments
Filename: pool/universe/z/zzzeeksphinx/python3-zzzeeksphinx_1.0.17-1_all.deb
Size: 22786
MD5sum: ac928e8dc71c994166891f97ad37de94
SHA1: 230c0b796f7195c04f006a7a8f84d4c62ce2fdf1
SHA256: d195411d2ebafaeba0569f9d1683a232259d7c919e8a8234a6de84f017b99821
Description-en: Zzzeek's Sphinx layout and utilities
This layout is first and foremost pulled in for the SQLAlchemy documentation
builds (and possibly other related projects), but is also usable as a
standalone theme / utility set for any project.
.
Features include:
.
* uses Mako templates instead of Jinja, for more programmatic capabilities
inside of templates
* layout includes an independently scrollable sidebar
* unique (to Sphinx) “contextual” sidebar contents that shows the current
page in context with all sibling pages
* modifications to autodoc which illustrate inherited classes, bases, method
documentation illustrates if a method is only inherited from the base or
overridden
* “dynamic base” feature that will, under ReadTheDocs, pull in optional
.mako and .py files from the website of your choice that will serve as an
alternate base template and a source of extra config setup, respectively,
allowing the layout to be integrated into the layout of an external site
when viewing on the web
* “viewsource” extension that can provide highlighted sourcecode to any
Python file arbitrarily
* SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info
directives
* scss support using pyscss
Description-md5: 4f212bc11d1a3c5c6d0fa4b9761ac8d1
Enhances: python3-sphinx
Homepage: https://bitbucket.org/zzzeek/zzzeeksphinx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu