Sphinx
1.1、Sphinx简介
是什么 ?:a tool that makes it easy to create intelligent and beautiful documentation.
开发语言:Python
官方主页:http://www.sphinx-doc.org
源码仓库:https://github.com/sphinx-doc/sphinx
1.2、通过包管理器安装Sphinx
操作系统包管理器安装命令
Allpippip install Sphinx
macOSHomeBrewbrew install sphinx-doc
GNU/LinuxHomeBrewbrew install sphinx-doc
aptsudo apt-get install -y python3-sphinx
CentOSyumsudo yum install -y python-sphinx
dnfsudo dnf install -y python-sphinx
openSUSEzyppersudo zypper install -y python3-Sphinx
Alpine Linuxapksudo apk add sphinx

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm python-sphinx
Gentoo LinuxPortagesudo emerge sphinx
1.4、Sphinx中包含的命令