Skip to content

Commit

Permalink
DOC: Update conf.py (remove useless hunks and set Sphinx 7 as base)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Nov 18, 2024
1 parent edb078e commit 224a4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.21.8 (2024-mm-dd)

- ENH: Add a new type (`BandsType`) for list of BandType
- DOC: Update `conf.py` (remove useless hunks and set Sphinx 7 as base)

## 0.21.7 (2024-11-08)

Expand Down
55 changes: 1 addition & 54 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = "4"
needs_sphinx = "7"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down Expand Up @@ -179,59 +179,6 @@
# Output file base name for HTML help builder.
htmlhelp_basename = "eoreaderdoc"

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

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#
# 'preamble': '',
# Latex figure (float) alignment
#
# 'figure_align': 'htbp',
}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(
master_doc,
"eoreader.tex",
"EOReader Documentation",
"ICube-SERTIT",
"manual",
)
]

# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(master_doc, "eoreader", "EOReader Documentation", [author], 1)]

# -- Options for Texinfo output -------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(
master_doc,
"eoreader",
"EOReader Documentation",
author,
"eoreader",
"One line description of project.",
"Miscellaneous",
)
]

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"https://docs.python.org/3/": None,
Expand Down

0 comments on commit 224a4cd

Please sign in to comment.