From 17591ce3369b928c0187396bea26204bb237328e Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 7 Oct 2023 15:02:30 -0500 Subject: [PATCH] docs(conf): remove LaTeX, TeX, manpage config --- docs/conf.py | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7823e1a..9406bc1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,38 +120,6 @@ htmlhelp_basename = "%sdoc" % about["__title__"] -latex_documents = [ - ( - "index", - "{}.tex".format(about["__package_name__"]), - "{} Documentation".format(about["__title__"]), - about["__author__"], - "manual", - ) -] - -man_pages = [ - ( - "index", - about["__package_name__"], - "{} Documentation".format(about["__title__"]), - about["__author__"], - 1, - ) -] - -texinfo_documents = [ - ( - "index", - "{}".format(about["__package_name__"]), - "{} Documentation".format(about["__title__"]), - about["__author__"], - about["__package_name__"], - about["__description__"], - "Miscellaneous", - ) -] - intersphinx_mapping = { "py": ("https://docs.python.org", None), "django": (