File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ sphinx-material==0.0.30
3
3
myst-parser
4
4
sphinx_markdown_tables
5
5
sphinx_copybutton
6
+ sphinx_favicon
6
7
docutils<0.18
7
8
sphinx-math-dollar
Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ Source = "https://github.com/data-apis/array-api/"
14
14
Documentation = " https://data-apis.org/array-api/"
15
15
Homepage = " https://data-apis.org/"
16
16
17
+ [project .optional-dependencies ]
18
+ doc = [
19
+ " sphinx==4.3.0" ,
20
+ " sphinx-material==0.0.30" ,
21
+ " myst-parser" ,
22
+ " sphinx_markdown_tables" ,
23
+ " sphinx_copybutton" ,
24
+ " docutils<0.18" ,
25
+ " sphinx-math-dollar" ,
26
+ " sphinx-favicon" ,
27
+ ]
28
+
17
29
[build-system ]
18
30
requires = [" setuptools" ]
19
31
build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 30
30
'sphinx.ext.extlinks' ,
31
31
'sphinx.ext.intersphinx' ,
32
32
'sphinx.ext.todo' ,
33
- 'sphinx_markdown_tables' ,
34
- 'sphinx_copybutton' ,
35
33
'sphinx.ext.autosummary' ,
36
34
'sphinx.ext.napoleon' ,
37
35
'sphinx.ext.autodoc' ,
36
+ 'sphinx_copybutton' ,
37
+ 'sphinx_favicon' ,
38
+ 'sphinx_markdown_tables' ,
38
39
]
39
40
40
41
autosummary_generate = True
176
177
177
178
178
179
todo_include_todos = True
179
- #html_favicon = "images/favicon.ico"
180
+
181
+ favicons = [
182
+ {
183
+ "rel" : "icon" ,
184
+ "sizes" : "196x195" ,
185
+ "href" : "images/favicon.png" ,
186
+ },
187
+ ]
180
188
181
189
html_use_index = True
182
190
html_domain_indices = True
You can’t perform that action at this time.
0 commit comments