File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 42
42
'sphinx.ext.napoleon' ,
43
43
'sphinx.ext.autodoc' ,
44
44
'sphinx.ext.intersphinx' ,
45
- 'recommonmark' ,
46
45
]
47
46
48
47
# Add any paths that contain templates here, relative to this directory.
53
52
#
54
53
source_suffix = {
55
54
'.rst' : 'restructuredtext' ,
56
- '.md' : 'markdown' ,
57
55
}
58
56
59
57
# The master toctree document.
204
202
205
203
# Example configuration for intersphinx: refer to the Python standard library.
206
204
intersphinx_mapping = {'https://docs.python.org/' : None }
207
-
208
- # -- Options for recommonmark extension --------------------------------------
209
-
210
- github_doc_root = 'https://github.com/JuliaPy/pyjulia/tree/master/docs/source'
211
-
212
-
213
- def setup (app ):
214
- from recommonmark .transform import AutoStructify
215
-
216
- app .add_config_value ('recommonmark_config' , {
217
- 'url_resolver' : lambda url : github_doc_root + url ,
218
- 'auto_toc_tree_section' : 'Contents' ,
219
- }, True )
220
- app .add_transform (AutoStructify )
You can’t perform that action at this time.
0 commit comments