Skip to content

Commit

Permalink
fix path to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Sep 8, 2023
1 parent 837bacb commit a5d140a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ def setup(app):
"../examples/tutorials",
], # path to your example scripts
"gallery_dirs": [
"examples",
"tutorials",
"user-guide/examples",
"user-guide/tutorials",
], # path to where to save gallery generated output
"nested_sections": True,
"copyfile_regex": r"index.rst|.*\.png|.*\.json",
"filename_pattern": r".*\.py",
"promote_jupyter_magic": True,
"line_numbers": True,
"default_thumb_file": "ctapipe_logo.png",
"default_thumb_file": "_static/ctapipe_logo.png",
"pypandoc": True,
"matplotlib_animations": True,
}
Expand Down Expand Up @@ -216,10 +216,10 @@ def setup(app):
".DS_Store",
"**.ipynb_checkpoints",
"changes",
"examples/*/*.ipynb",
"examples/*/*.py",
"tutorials/*.ipynb",
"tutorials/*.py",
"user-guide/examples/*/*.ipynb",
"user-guide/examples/*/*.py",
"user-guide/tutorials/*.ipynb",
"user-guide/tutorials/*.py",
]

# The name of the Pygments (syntax highlighting) style to use.
Expand Down

0 comments on commit a5d140a

Please sign in to comment.