===== Overview ===== Quick tutorial on setting up Sphinx for ReST processing on Fedora, mostly to work on ''libpod'' documentation. ===== Packages ===== $ sudo dnf install python3-sphinx ===== Creating a new project ===== $ sphinx-quickstart * separate source and build directories ===== Markup ===== ==== Blockquote ==== Indent with single tab, blank line between paragraphs.