Documentation Work#

Requirements#

Sphinx#

Sphinx Requirements#

Making Changes#

  • Navigate to the /doc directory.

  • Remove the current documentation build if present:

On Linux/Mac use:

./make.sh clean

On Windows use:

./make.bat clean
  • Make your changes.

  • Rebuild the documentation:

On Linux/Mac use:

./make.sh html

On Windows use:

./make.bat html
  • Ensure you get no warnings.

  • Open the relevant html files from /doc/_build/html