From ec274f4d9f8728f3f78af73f61a4757fd2c56066 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Sun, 22 May 2022 21:28:59 +0200 Subject: [PATCH] Re-introduce import to get man_pages list available for sphinx. Closes #8858 Spell check Better comment --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) 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