Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Overview ===== Quick tutorial on setting up Sphinx for ReST processing on Fedora, mostly to work on ''libpod'' documentation. ===== Packages ===== <code> $ sudo dnf install python3-sphinx </code> ===== Creating a new project ===== <code> $ sphinx-quickstart </code> * separate source and build directories ===== Markup ===== ==== Blockquote ==== Indent with single tab, blank line between paragraphs. sphinx_on_fedora.txt Last modified: 2020/01/29 20:23by rpjday