File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 6
6
author = 'Matvei Kreinin, Maria Nikitina, Petr Babkin, Irina Zaboryanskaya'
7
7
release = '0.1'
8
8
9
- extensions = [
10
- 'sphinx.ext.autodoc' ,
11
- 'sphinx.ext.napoleon' ,
12
- 'sphinx.ext.viewcode' ,
13
- ]
9
+ extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.doctest' ,
10
+ 'sphinx.ext.intersphinx' , 'sphinx.ext.todo' ,
11
+ 'sphinx.ext.ifconfig' , 'sphinx.ext.viewcode' ,
12
+ 'sphinx.ext.inheritance_diagram' ,
13
+ 'sphinx.ext.autosummary' , 'sphinx.ext.mathjax' ,
14
+ 'sphinx_rtd_theme' ]
15
+
16
+ autodoc_mock_imports = ["numpy" , "scipy" , "sklearn" , "torch" ]
14
17
15
18
templates_path = ['_templates' ]
16
19
exclude_patterns = []
17
20
21
+ html_extra_path = []
22
+
23
+ html_context = {
24
+ "display_github" : True ,
25
+ "github_user" : "Intelligent-Systems-Phystech" ,
26
+ "github_repo" : "ProjectTemplate" ,
27
+ "github_version" : "master" ,
28
+ "conf_py_path" : "/doc/source/" ,
29
+ }
30
+
18
31
html_theme = 'sphinx_rtd_theme'
19
32
html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments