Skip to content

Commit

Permalink
Remove underscore from directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
mshak2 committed May 21, 2024
1 parent 4e622c6 commit f3a47a0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@

html_js_files = ['https://code.jquery.com/jquery-3.6.0.min.js']

html_logo = '_static/sarra_horror_culture_w200.png'
html_logo = 'static/sarra_horror_culture_w200.png'

html_favicon = '_static/sarra_horror_culture_favicon.png'
html_favicon = 'static/sarra_horror_culture_favicon.png'

html_theme_options = { 'sidebar_span': 6 }

0 comments on commit f3a47a0

Please sign in to comment.