mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
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:
parent
2b7f6e4b0c
commit
01b0b04cbf
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user