File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 4
4
from os .path import dirname , relpath
5
5
6
6
import alagitpull
7
- from recommonmark .transform import AutoStructify
8
7
9
8
import tmuxp
10
9
30
29
'aafig' ,
31
30
'alagitpull' ,
32
31
'sphinx_issues' ,
33
- 'recommonmark ' ,
32
+ 'myst_parser ' ,
34
33
]
35
34
36
35
issues_github_path = about ['__github__' ].replace ('https://github.com/' , '' )
41
40
42
41
master_doc = 'index'
43
42
44
- # app setup hook
45
- def setup (app ):
46
- app .add_config_value (
47
- 'recommonmark_config' ,
48
- {
49
- #'url_resolver': lambda url: github_doc_root + url,
50
- 'enable_auto_toc_tree' : True ,
51
- 'auto_toc_tree_section' : 'Contents' ,
52
- 'auto_code_block' : True ,
53
- 'enable_eval_rst' : True ,
54
- },
55
- True ,
56
- )
57
- app .add_transform (AutoStructify )
58
-
59
-
60
43
project = about ['__title__' ]
61
44
copyright = about ['__copyright__' ]
62
45
You can’t perform that action at this time.
0 commit comments