Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- comment out sphinx gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Sep 1, 2017
1 parent 3b114a1 commit 97ba0a9
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,39 +73,39 @@ def __getattr__(cls, name):
'sphinx.ext.ifconfig',
'sphinx.ext.mathjax',
'sphinx.ext.graphviz',
'sphinx_gallery.gen_gallery',
# 'sphinx_gallery.gen_gallery',
'sphinxcontrib.bibtex',
'sphinx.ext.napoleon'
]



sphinx_gallery_conf = {
# path to your examples scripts
'examples_dirs' :
'../examples',
# path where to save gallery generated examples
'gallery_dirs' :
'auto_examples',
'backreferences_dir' :
'gen_modules/backreferences',
'scan_used_functions':
True,
'doc_module' :
('inferno'),

'docs_resolv': True,

'parallel_read_safe': True,

'reference_url': {
# The module you locally document uses a None
'inferno': None,

# External python modules use their documentation websites
#'matplotlib': 'http://matplotlib.org',
'numpy': 'http://docs.scipy.org/doc/numpy-1.13.0'}
}
# sphinx_gallery_conf = {
# # path to your examples scripts
# 'examples_dirs' :
# '../examples',
# # path where to save gallery generated examples
# 'gallery_dirs' :
# 'auto_examples',
# 'backreferences_dir' :
# 'gen_modules/backreferences',
# 'scan_used_functions':
# True,
# 'doc_module' :
# ('inferno'),
#
# 'docs_resolv': True,
#
# 'parallel_read_safe': True,
#
# 'reference_url': {
# # The module you locally document uses a None
# 'inferno': None,
#
# # External python modules use their documentation websites
# #'matplotlib': 'http://matplotlib.org',
# 'numpy': 'http://docs.scipy.org/doc/numpy-1.13.0'}
# }



Expand Down

0 comments on commit 97ba0a9

Please sign in to comment.