Skip to content

Commit

Permalink
STY: PEP8 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Aug 21, 2024
1 parent e3a2f17 commit 56aca44
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 @@ -48,13 +48,13 @@
'nbsphinx',
'sphinx_design',
'myst_nb',
'ablog'
'ablog',
]

sphinx_gallery_conf = {
"examples_dirs": "../../examples",
"gallery_dirs": "examples",
"abort_on_example_error": True,
'examples_dirs': '../../examples',
'gallery_dirs': 'examples',
'abort_on_example_error': True,
}

# MyST config
Expand Down

0 comments on commit 56aca44

Please sign in to comment.