Skip to content

Commit

Permalink
Docs PDF Setting Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrib committed Sep 30, 2021
1 parent 6048828 commit 469703f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,18 @@ def setup(app):
'sphinx.ext.autosectionlabel',
'sphinx.ext.intersphinx',
'sphinxarg.ext',
'sphinx_rtd_theme',
]


# Latex/PDF output options:
latex_toplevel_sectioning = 'chapter'
latex_show_pagerefs = True
latex_show_urls = 'footnote'
latex_elements = {
'extraclassoptions': 'openany,oneside'
}

# add_module_names
autodoc_member_order = 'bysource'
autosectionlabel_maxdepth = 1
Expand Down

0 comments on commit 469703f

Please sign in to comment.