Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
351e646b
Commit
351e646b
authored
Dec 15, 2016
by
Tiago Peixoto
Browse files
Remove LaTeX suff from doc config
parent
412abc9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
351e646b
...
...
@@ -175,30 +175,6 @@ html_use_opensearch = 'http://graph-tool.skewed.de/doc/'
htmlhelp_basename
=
'graph-tooldoc'
# Options for LaTeX output
# ------------------------
# Grouping the document tree into LaTeX files. List of tuples (source start
# file, target name, title, author, document class [howto/manual]).
latex_documents
=
[
(
'index'
,
'graph-tool.tex'
,
ur
'graph-tool documentation'
,
ur
'Tiago de Paula Peixoto'
,
'manual'
),
]
latex_preamble
=
"""
\setcounter{tocdepth}{2}
"""
latex_show_pagerefs
=
True
latex_show_urls
=
False
latex_paper_size
=
"a4"
latex_logo
=
"blockmodel.pdf"
latex_elements
=
{
'papersize'
:
"a4paper"
,
'fontpkg'
:
r
"\usepackage{bookman}"
}
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
'python'
:
(
'https://docs.python.org/3'
,
None
),
'numpy'
:
(
'http://docs.scipy.org/doc/numpy'
,
None
),
...
...
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