mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added the `latex_docclass` config value and made the "twoside"
documentclass option overridable by "oneside".
This commit is contained in:
@@ -74,7 +74,7 @@ latex_logo = '_static/sphinx.png'
|
||||
|
||||
# Additional stuff for the LaTeX preamble.
|
||||
latex_elements = {
|
||||
'fontpkg': '\\usepackage{palatino}'
|
||||
'fontpkg': '\\usepackage{palatino}',
|
||||
}
|
||||
|
||||
# Put TODOs into the output.
|
||||
|
||||
Reference in New Issue
Block a user