是什么 ? | : | a tool that makes it easy to create intelligent and beautiful documentation. |
开发语言 | : | Python |
官方主页 | : | http://www.sphinx-doc.org |
源码仓库 | : | https://github.com/sphinx-doc/sphinx |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | pip | pip install Sphinx |
macOS | HomeBrew | brew install sphinx-doc |
GNU/Linux | HomeBrew | brew install sphinx-doc |
apt | sudo apt-get install -y python3-sphinx | |
CentOS | yum | sudo yum install -y python-sphinx |
dnf | sudo dnf install -y python-sphinx | |
openSUSE | zypper | sudo zypper install -y python3-Sphinx |
Alpine Linux | apk | sudo apk add sphinx |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge sphinx |