Skip to content

Commit

Permalink
restore conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Mar 25, 2024
1 parent 59a1af7 commit cb01574
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/conf.py
Expand Up @@ -73,8 +73,7 @@
html_theme = 'sphinx_rtd_theme'

html_theme_options = {
"collapse_navigation": True,
'logo_only': True,
"collapse_navigation": False,
'display_version': True,
'navigation_depth': 4,
}
Expand All @@ -89,6 +88,7 @@
#
# html_sidebars = {}

html_logo = '_static/sc_logo_with_text.png'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down Expand Up @@ -122,13 +122,6 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).

_stdauthor = author

latex_documents = [
('index', 'siliconcompiler.tex', 'SiliconCompiler',
_stdauthor, 'manual'),
]

latex_elements = {
'extraclassoptions': 'openany,oneside', # Don't add blank pages after some chapters
'preamble': latex_preamble
Expand Down

0 comments on commit cb01574

Please sign in to comment.