Compile to HTML: Set Up Sphinx
Learn how to set up Sphinx
We'll cover the following...
Installing Sphinx
To use Sphinx, we first need to install it using the following command in the terminal.
export LC_ALL=C.UTF-8 && export LANG=C.UTF-8
pipenv install --dev sphinx
Note: Here, it’s already been installed.
Sphinx comes with the tools sphinx-quickstart
, sphinx-autogen
, sphinx-build
, ...