|
71 | 71 | # -- Options for EPUB output ------------------------------------------------- |
72 | 72 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output |
73 | 73 |
|
74 | | -# -- Options for LaTeX output -------------------------------------------------- |
75 | | - |
76 | | -latex_elements = {'preamble': '\\usepackage{morefloats}', 'figure_align': 'H',} |
77 | | - |
78 | | -# latex_elements = { |
79 | | -# The paper size ('letterpaper' or 'a4paper'). |
80 | | -#'papersize': 'letterpaper', |
81 | | - |
82 | | -# The font size ('10pt', '11pt' or '12pt'). |
83 | | -#'pointsize': '10pt', |
84 | | - |
85 | | -# Additional stuff for the LaTeX preamble. |
86 | | - |
87 | | -# Grouping the document tree into LaTeX files. List of tuples |
88 | | -# (source start file, target name, title, author, documentclass [howto/manual]). |
89 | | -latex_documents = [('contents', 'Nextcloud_Server_Administration_Manual.tex', u'Nextcloud Server Administration Manual', u'The Nextcloud developers', 'manual'),] |
90 | | - |
91 | | -# The name of an image file (relative to this directory) to place at the top of |
92 | | -# the title page. |
93 | | -latex_logo = '../_shared_assets/static/logo-blue.pdf' |
94 | | - |
95 | | -# For "manual" documents, if this is true, then toplevel headings are parts, |
96 | | -# not chapters. |
97 | | -#latex_use_parts = False |
98 | | - |
99 | | -# If true, show page references after internal links. |
100 | | -#latex_show_pagerefs = False |
101 | | - |
102 | | -# If true, show URL addresses after external links. |
103 | | -#latex_show_urls = False |
104 | | - |
105 | | -# Documents to append as an appendix to all manuals. |
106 | | -#latex_appendices = [] |
107 | | - |
108 | | -# If false, no module index is generated. |
109 | | -#latex_domain_indices = True |
110 | | - |
111 | | -# -- Options for pdf page output ----------------------------------------------- |
112 | | - |
113 | | -pdf_documents = [('contents', u'Nextcloud_Server_Administration_Manual', u'Nextcloud Server Administration Manual', u'The Nextcloud developers'),] |
114 | | - |
115 | | -# -- Options for manual page output -------------------------------------------- |
116 | | - |
117 | | -# One entry per manual page. List of tuples |
118 | | -# (source start file, name, description, authors, manual section). |
119 | | -man_pages = [ ('contents', 'nextcloudserveradminmanual', u'Nextcloud Server Administration Manual', [u'The Nextcloud developers'], 1) ] |
120 | | - |
121 | | -# If true, show URL addresses after external links. |
122 | | -#man_show_urls = False |
123 | | - |
124 | | - |
125 | | -# -- Options for Texinfo output ------------------------------------------------ |
126 | | - |
127 | | -# Grouping the document tree into Texinfo files. List of tuples |
128 | | -# (source start file, target name, title, author, |
129 | | -# dir menu entry, description, category) |
130 | | -texinfo_documents = [ ('contents', 'Nextcloud Server Admin Manual', u'Nextcloud Server Administration Manual', u'The Nextcloud developers', 'Nextcloud', 'The Nextcloud Server Administration Manual.', 'Miscellaneous'), ] |
131 | | - |
132 | | -# Documents to append as an appendix to all manuals. |
133 | | -#texinfo_appendices = [] |
134 | | - |
135 | | -# If false, no module index is generated. |
136 | | -#texinfo_domain_indices = True |
137 | | - |
138 | | -# How to display URL addresses: 'footnote', 'no', or 'inline'. |
139 | | -#texinfo_show_urls = 'footnote' |
140 | | - |
141 | | - |
142 | | -# -- Options for Epub output --------------------------------------------------- |
143 | | - |
144 | | -# Bibliographic Dublin Core info. |
145 | | -epub_title = u'Nextcloud Server Administration Manual' |
146 | | -epub_author = u'The Nextcloud developers' |
147 | | -epub_publisher = u'The Nextcloud developers' |
148 | | -epub_copyright = u'2012-2025, The Nextcloud developers' |
149 | | - |
150 | 74 | # -- Options for LaTeX output ------------------------------------------------ |
151 | 75 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output |
152 | 76 |
|
|
0 commit comments