Skip to content

Commit a90813c

Browse files
authored
[docs:fix] Removed latex from sphinx configuration #211
ReadTheDocs build was failing because latex does not support nested tables that is used in backends/wireguard.rst Closes #211
1 parent 27807bf commit a90813c

1 file changed

Lines changed: 0 additions & 47 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -208,53 +208,6 @@
208208
# Output file base name for HTML help builder.
209209
htmlhelp_basename = 'netjsonconfigdoc'
210210

211-
# -- Options for LaTeX output ---------------------------------------------
212-
213-
latex_elements = {
214-
# The paper size ('letterpaper' or 'a4paper').
215-
#'papersize': 'letterpaper',
216-
# The font size ('10pt', '11pt' or '12pt').
217-
#'pointsize': '10pt',
218-
# Additional stuff for the LaTeX preamble.
219-
#'preamble': '',
220-
# Latex figure (float) alignment
221-
#'figure_align': 'htbp',
222-
}
223-
224-
# Grouping the document tree into LaTeX files. List of tuples
225-
# (source start file, target name, title,
226-
# author, documentclass [howto, manual, or own class]).
227-
latex_documents = [
228-
(
229-
master_doc,
230-
'netjsonconfig.tex',
231-
u'netjsonconfig documentation',
232-
u'Federico Capoano',
233-
'manual',
234-
),
235-
]
236-
237-
# The name of an image file (relative to this directory) to place at the top of
238-
# the title page.
239-
# latex_logo = None
240-
241-
# For "manual" documents, if this is true, then toplevel headings are parts,
242-
# not chapters.
243-
# latex_use_parts = False
244-
245-
# If true, show page references after internal links.
246-
# latex_show_pagerefs = False
247-
248-
# If true, show URL addresses after external links.
249-
# latex_show_urls = False
250-
251-
# Documents to append as an appendix to all manuals.
252-
# latex_appendices = []
253-
254-
# If false, no module index is generated.
255-
# latex_domain_indices = True
256-
257-
258211
# -- Options for manual page output ---------------------------------------
259212

260213
# One entry per manual page. List of tuples

0 commit comments

Comments
 (0)