docs: Remove lAtEx thing again

Now it's screaming in the man builder.

Honestly, some parts of sphinx aren't very well thought out.
This commit is contained in:
Fabian Homborg 2021-07-14 16:57:22 +02:00
parent 2b7f6e4b0c
commit 01b0b04cbf
3 changed files with 19 additions and 28 deletions

View File

@ -104,7 +104,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["latex"]
exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
@ -150,12 +150,12 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(
"latex",
master_doc,
"fish-shell.tex",
"fish-shell Documentation",
"fish-shell developers",
"manual",
)
),
]
# The default pdflatex doesn't handle unicode.

View File

@ -165,21 +165,19 @@ If you have an improvement for fish, you can submit it via the GitHub page.
.. _other_pages:
.. only:: not builder_latex
Other help pages
================
.. toctree::
:maxdepth: 1
self
faq
interactive
language
commands
fish_for_bash_users
tutorial
completions
design
relnotes
license
Other help pages
================
.. toctree::
:maxdepth: 1
self
faq
interactive
language
commands
fish_for_bash_users
tutorial
completions
design
relnotes
license

View File

@ -1,7 +0,0 @@
.. only:: builder_latex
.. include:: index.rst
.. include:: tutorial.rst
.. include:: interactive.rst
.. include:: language.rst
.. include:: fish_for_bash_users.rst