File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 53
53
'sphinx_copybutton' ,
54
54
'sphinxcontrib.youtube' ,
55
55
'sphinxnotes.extweb' ,
56
+ 'sphinx_design' ,
57
+ 'sphinx_simplepdf' , # .. pdf-include::
56
58
]
57
59
58
60
# Add any paths that contain templates here, relative to this directory.
175
177
# documentation.
176
178
html_extra_path = ['robots.txt' , 'LICENSE' ]
177
179
178
- # -- Pre extension configuration ---------------------------------------------------
180
+ # -- Per- extension configuration ---------------------------------------------------
179
181
180
182
extensions .append ('sphinxnotes.mock' )
181
183
mock_directives = []
248
250
'c' : ['man/.*' ],
249
251
}
250
252
251
- extensions .append ('sphinx_design' )
252
-
253
253
if D .is_public ():
254
254
extensions .append ('sphinxnotes.isso' )
255
255
isso_url = 'https://comments.silverrainz.me:30500'
351
351
# Speed up local build (prevent read git timestamp).
352
352
extensions .append ('sphinx_last_updated_by_git' )
353
353
354
- # For .. pdf-include:: directive.
355
- extensions .append ('sphinx_simplepdf' )
356
-
357
354
if D is D .Local :
358
355
# Speed up local incremental HTML build (may cause document inconsistencies).
359
356
extensions .append ('sphinxnotes.fasthtml' )
You can’t perform that action at this time.
0 commit comments