File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
sys .path .insert (0 , os .path .abspath ('../../src/' ))
17
17
18
- from mylib import __version__
18
+ from irt import __version__
19
19
20
20
21
21
# -- Project information -----------------------------------------------------
32
32
# Add any Sphinx extension module names here, as strings. They can be
33
33
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
34
34
# ones.
35
- == == == =
36
-
37
35
extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.doctest' ,
38
36
'sphinx.ext.intersphinx' , 'sphinx.ext.todo' ,
39
37
'sphinx.ext.ifconfig' , 'sphinx.ext.viewcode' ,
40
38
'sphinx.ext.inheritance_diagram' ,
41
39
'sphinx.ext.autosummary' , 'sphinx.ext.mathjax' ,
42
40
'sphinx_rtd_theme' ]
43
41
44
- == == == =
45
-
46
42
autodoc_mock_imports = ["numpy" , "scipy" , "sklearn" , "torch" ]
47
43
48
44
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments