Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki authored Oct 16, 2023
1 parent 7bca062 commit b1943bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
napoleon_numpy_docstring = False

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = ['__templates']

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -58,9 +58,9 @@
# 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,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_logo = '_static/Karman.ai'
# html_favicon = '_static/favicon.ico'
html_static_path = ['__static']
html_logo = '__static/Karman.ai'
# html_favicon = '__static/favicon.ico'
html_theme_options = {
'logo_only': True,
'display_version': True
Expand Down

0 comments on commit b1943bd

Please sign in to comment.