Skip to content

Commit

Permalink
Temporarily disable examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKossaifi committed Feb 6, 2024
1 parent 59e7fd4 commit c62a59c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
'sphinx.ext.githubpages',
'sphinx.ext.mathjax', #'sphinx.ext.imgmath',
'numpydoc.numpydoc',
'sphinx_gallery.gen_gallery',
# 'sphinx_gallery.gen_gallery',
]

sphinx_gallery_conf = {
'examples_dirs': '../../examples', # path to your example scripts
'gallery_dirs': 'auto_examples', # path to where to save gallery generated output
}
# sphinx_gallery_conf = {
# 'examples_dirs': '../../examples', # path to your example scripts
# 'gallery_dirs': 'auto_examples', # path to where to save gallery generated output
# }


# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit c62a59c

Please sign in to comment.