For other Linux distributions, Windows and macOS, you can find instructions here:
 *::https://www.sphinx-doc.org/en/master/usage/installation.html
 
-1: Install pandoc from the yum repository:
+1: Install pandoc. On RHEL, for example:
 {code}
 sudo yum install pandoc
 {endcode}
+Windows and Mac installers can be found at https://github.com/jgm/pandoc/releases/
 
 1: Install the HTCondor Python bindings.
 This could be via =pip= (make sure you get the right version, e.g. =pip3 install htcondor==8.8.1=), or by editing your =PYTHONPATH= environment variable to point at the =.so= files inside your HTCondor install.