File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 269
269
if D .is_public ():
270
270
extensions .append ('sphinxnotes.isso' )
271
271
isso_url = 'https://comments.silverrainz.me:30500'
272
-
273
- from textwrap import dedent
274
- # Require extensions 'sphinx_design'
275
- rst_epilog += dedent ("""
276
- .. card:: 评论
277
-
278
- 如果你有任何意见,请在此评论。
279
- 如果你留下了电子邮箱,我可能会通过 :email:`[email protected] ` 回复你。
280
-
281
- .. isso::
282
- """ )
272
+ isso_include_patterns = ['**' ,]
273
+ isso_exclude_patterns = ['index' , 'ronin/**' ]
283
274
284
275
if D .is_public ():
285
276
extensions .append ('sphinx_sitemap' )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sphinx-autobuild
11
11
sphinxcontrib.gtagjs
12
12
sphinxnotes-snippet
13
13
sphinxnotes-strike
14
- sphinxnotes-isso >= 1.2a0
14
+ sphinxnotes-isso >= 2.a1
15
15
sphinx-sitemap
16
16
sphinxcontrib-plantuml
17
17
sphinxcontrib.asciinema
You can’t perform that action at this time.
0 commit comments