Page History

Turn Off History

Overview

In 2019 we migrated the HTCondor Manual from our old LaTeX format into the Sphinx documentation generator using the reStructuredText format. We will also be hosting it on Read the Docs. The manual can be found here:

http://htcondor.readthedocs.io

Prerequisites

  1. Install Python. Any version is fine.

  2. Install Sphinx. The recommended way to install Sphinx is via pip:
    sudo pip install sphinx sphinx_rtd_theme
    
    On RHEL and CentOS we do not support installing Sphinx from yum or RPM. The available package is an old version which does not support all our extensions. For other Linux distributions, Windows and macOS, you can find instructions here:

  3. [Optional] Install python-docutils. This is only needed if you want to generate man pages for the manual:
    sudo yum install python-docutils
    

Building

Building and previewing the manual locally

Different versions of the manual

Publishing

Publishing the manual onto Read the Docs

Generating man pages