File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 37
37
'sphinx.ext.viewcode' ,
38
38
'sphinxcontrib.bibtex' ,
39
39
'jupyter_sphinx' ,
40
+ 'sphinx_codeautolink' ,
40
41
]
41
42
autosummary_generate = True # Turn on sphinx.ext.autosummary
42
43
autosummary_imported_members = True
98
99
bibtex_default_style = 'plain'
99
100
bibtex_reference_style = 'author_year'
100
101
102
+ codeautolink_custom_blocks = {"jupyter-execute" : None }
103
+ codeautolink_warn_on_missing_inventory = True
104
+ codeautolink_warn_on_failed_resolve = True
105
+
101
106
intersphinx_mapping = {
102
107
'python' : ('https://docs.python.org/3' , None ),
103
108
'numpy' : ('https://numpy.org/doc/stable/' , None ),
109
+ 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' , None ),
104
110
'matplotlib' : ('https://matplotlib.org/stable' , None ),
105
111
'astropy' : ('https://docs.astropy.org/en/stable/' , None ),
112
+ 'astroscrappy' : ('https://astroscrappy.readthedocs.io/en/stable/' , None )
106
113
}
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ doc = [
35
35
" sphinx-favicon" ,
36
36
" scipy" ,
37
37
" astroscrappy" ,
38
+ " sphinx-codeautolink" ,
38
39
]
39
40
40
41
[project .urls ]
You can’t perform that action at this time.
0 commit comments