Skip to content

Commit adfe0cf

Browse files
committed
sphinx: disable pdf output
1 parent 35a8724 commit adfe0cf

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.readthedocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ build:
1010
sphinx:
1111
configuration: docs/conf.py
1212

13-
formats:
14-
- pdf
15-
1613
python:
1714
install:
1815
- requirements: docs/requirements.txt

docs/conf.py

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -73,47 +73,6 @@
7373
htmlhelp_basename = "StagPydoc"
7474

7575

76-
# -- Options for LaTeX output ---------------------------------------------
77-
78-
# Grouping the document tree into LaTeX files. List of tuples
79-
# (source start file, target name, title,
80-
# author, documentclass [howto, manual, or own class]).
81-
latex_documents = [
82-
(
83-
root_doc,
84-
"StagPy.tex",
85-
"StagPy Documentation",
86-
r"Adrien Morison \and Martina Ulvrova \and Stéphane Labrosse",
87-
"manual",
88-
),
89-
]
90-
91-
92-
# -- Options for manual page output ---------------------------------------
93-
94-
# One entry per manual page. List of tuples
95-
# (source start file, name, description, authors, manual section).
96-
man_pages = [(root_doc, "stagpy", "StagPy Documentation", [author], 1)]
97-
98-
99-
# -- Options for Texinfo output -------------------------------------------
100-
101-
# Grouping the document tree into Texinfo files. List of tuples
102-
# (source start file, target name, title, author,
103-
# dir menu entry, description, category)
104-
texinfo_documents = [
105-
(
106-
root_doc,
107-
"StagPy",
108-
"StagPy Documentation",
109-
author,
110-
"StagPy",
111-
"One line description of project.",
112-
"Miscellaneous",
113-
),
114-
]
115-
116-
11776
# -- Autogenerated configuration options list -----------------------------
11877

11978
dfile = Path(".") / "sources" / "config_opts.rst"

0 commit comments

Comments
 (0)