Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Public
Open Data
Open Data Goldbook
Commits
0ef0d056
Commit
0ef0d056
authored
Aug 02, 2019
by
Boris Budini
🛡
Browse files
ssss
parent
9cd1095b
Pipeline
#582
failed with stages
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conf.py
View file @
0ef0d056
...
...
@@ -150,27 +150,16 @@ htmlhelp_basename = 'SphinxExampleProjectdoc'
# ------------------------------------------------------------------------------
# OPTIONS FOR:
LATEX OUTPUT
# OPTIONS FOR:
PDF Output
# ------------------------------------------------------------------------------
latex_elements
=
{
# The paper size ("letterpaper" or "a4paper").
"papersize"
:
"a4paper"
,
# The font size ("10pt", "11pt" or "12pt").
# "pointsize": "10pt",
# Additional stuff for the LaTeX preamble.
# "preamble": "",
}
pdf_documents
=
[(
'index'
,
u
'documentation'
,
u
'DOCUMENT TITLE'
,
u
'Open Data Goldbook'
),]
pdf_use_index
=
False
pdf_use_coverpage
=
False
pdf_stylesheets
=
[
'sphinx'
,
'kerning'
,
'a4'
]
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents
=
[
(
"index"
,
"FabAcademy2018.tex"
,
u
"Fab Academy 2018"
,
authors
,
"manual"
),
]
# latex_logo = None
def
setup
(
app
):
app
.
add_config_value
(
'recommonmark_config'
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment