diff --git a/doc/conf.py b/doc/conf.py index 6d779d052ef..88ddc915175 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,6 +38,10 @@ import os from datetime import date from sphinx import version_info +# Import man_pages from manpages.py to get the list of manpages to generate in +# separate files. Default is to put everything in apachetrafficserver.1 +# For these reasons, despite what linting tools might say, this import is required. +from manpages import man_pages # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the