Skip to content

Commit 30b82cc

Browse files
committed
docs: conf.py cleanup
1 parent 00f715a commit 30b82cc

1 file changed

Lines changed: 0 additions & 83 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -206,86 +206,6 @@
206206
htmlhelp_basename = "statemachinedoc"
207207

208208

209-
# -- Options for LaTeX output ------------------------------------------
210-
211-
latex_elements = {
212-
# The paper size ('letterpaper' or 'a4paper').
213-
#'papersize': 'letterpaper',
214-
# The font size ('10pt', '11pt' or '12pt').
215-
#'pointsize': '10pt',
216-
# Additional stuff for the LaTeX preamble.
217-
#'preamble': '',
218-
}
219-
220-
# Grouping the document tree into LaTeX files. List of tuples
221-
# (source start file, target name, title, author, documentclass
222-
# [howto/manual]).
223-
latex_documents = [
224-
(
225-
"index",
226-
"statemachine.tex",
227-
"Python State Machine Documentation",
228-
"Fernando Macedo",
229-
"manual",
230-
),
231-
]
232-
233-
# The name of an image file (relative to this directory) to place at
234-
# the top of the title page.
235-
# latex_logo = None
236-
237-
# For "manual" documents, if this is true, then toplevel headings
238-
# are parts, not chapters.
239-
# latex_use_parts = False
240-
241-
# If true, show page references after internal links.
242-
# latex_show_pagerefs = False
243-
244-
# If true, show URL addresses after external links.
245-
# latex_show_urls = False
246-
247-
# Documents to append as an appendix to all manuals.
248-
# latex_appendices = []
249-
250-
# If false, no module index is generated.
251-
# latex_domain_indices = True
252-
253-
254-
# -- Options for manual page output ------------------------------------
255-
256-
# One entry per manual page. List of tuples
257-
# (source start file, name, description, authors, manual section).
258-
man_pages = [
259-
(
260-
"index",
261-
"statemachine",
262-
"Python State Machine Documentation",
263-
["Fernando Macedo"],
264-
1,
265-
)
266-
]
267-
268-
# If true, show URL addresses after external links.
269-
# man_show_urls = False
270-
271-
272-
# -- Options for Texinfo output ----------------------------------------
273-
274-
# Grouping the document tree into Texinfo files. List of tuples
275-
# (source start file, target name, title, author,
276-
# dir menu entry, description, category)
277-
texinfo_documents = [
278-
(
279-
"index",
280-
"statemachine",
281-
"Python State Machine Documentation",
282-
"Fernando Macedo",
283-
"statemachine",
284-
"One line description of project.",
285-
"Miscellaneous",
286-
),
287-
]
288-
289209
# Documents to append as an appendix to all manuals.
290210
# texinfo_appendices = []
291211

@@ -338,9 +258,6 @@
338258
"conf_py_path": "/docs/", # Path in the checkout to the docs root
339259
}
340260

341-
# html_theme_options = {}
342-
343-
344261
# Sphinx Galery
345262
sphinx_gallery_conf = {
346263
"examples_dirs": [

0 commit comments

Comments
 (0)