File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 32
32
# ones.
33
33
34
34
extensions = [
35
- ' sphinx.ext.autodoc' ,
36
- ' sphinx.ext.autosummary' ,
37
- ' numpydoc' ,
38
- ' recommonmark' ,
39
- ' jupyter_sphinx.execute'
35
+ " sphinx.ext.autodoc" ,
36
+ " sphinx.ext.autosummary" ,
37
+ " numpydoc" ,
38
+ " recommonmark" ,
39
+ " jupyter_sphinx.execute"
40
40
]
41
41
42
42
autosummary_generate = True
65
65
"github_url" : "https://github.com/pandas-dev/pydata-sphinx-theme" ,
66
66
"twitter_url" : "https://twitter.com/pandas_dev" ,
67
67
"use_edit_page_button" : True ,
68
- # "require_js": False # Just for testing
69
68
}
70
69
71
70
html_context = {
75
74
"doc_path" : "docs" ,
76
75
}
77
76
78
- # jupyter_sphinx_require_url = ""
79
-
80
77
81
78
# Add any paths that contain custom static files (such as style sheets) here,
82
79
# relative to this directory. They are copied after the builtin static files,
You can’t perform that action at this time.
0 commit comments