Skip to content

Commit

Permalink
Correct manual's path to favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 20, 2023
1 parent f127a63 commit 3b0a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = "favicon.ico"
html_favicon = "_static/favicon.ico"

# Output file base name for HTML help builder.
htmlhelp_basename = 'NeXusManualdoc'
Expand Down

0 comments on commit 3b0a589

Please sign in to comment.