/sphinx_practice

Practicing building .rst files with Sphinx

Primary LanguagePython

sphinx_practice

Practicing how to format and build .rst files with Sphinx

The .rst files are located in sphinx_practice/projects/skeleton/bin/source/.

Inspiration from:

Some helpful .rst resources:


Remember:

  • To build with Sphinx on Windows, use python -m sphinx . build in the same directory where the .rst file is located.
  • This can only be done after initial Python and Sphinx setup has been completed.