Skip to content

Commit

Permalink
docs(conf): remove LaTeX, TeX, manpage config
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 7, 2023
1 parent 914a446 commit 17591ce
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": (
Expand Down

0 comments on commit 17591ce

Please sign in to comment.