Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jan 22, 2025
1 parent 49b3af7 commit 74cc32b
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Eng archive documentation build configuration file, created by
# Cheta documentation build configuration file, created by
# sphinx-quickstart on Mon Nov 23 22:45:31 2009.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -185,40 +185,7 @@
#html_file_suffix = ''

# Output file base name for HTML help builder.
htmlhelp_basename = 'Engarchivedoc'


# -- Options for LaTeX output --------------------------------------------------

# The paper size ('letter' or 'a4').
#latex_paper_size = 'letter'

# The font size ('10pt', '11pt' or '12pt').
#latex_font_size = '10pt'

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Engarchive.tex', u'Eng archive Documentation',
u'Tom Aldcroft', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
# the title page.
#latex_logo = None

# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
#latex_use_parts = False

# Additional stuff for the LaTeX preamble.
#latex_preamble = ''

# Documents to append as an appendix to all manuals.
#latex_appendices = []

# If false, no module index is generated.
#latex_use_modindex = True
htmlhelp_basename = 'chetadoc'

# Plot directive configuration
plot_formats = ['png']
Expand Down

0 comments on commit 74cc32b

Please sign in to comment.