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 44from os .path import dirname , relpath
55
66import alagitpull
7- from recommonmark .transform import AutoStructify
87
98import tmuxp
109
3029 'aafig' ,
3130 'alagitpull' ,
3231 'sphinx_issues' ,
33- 'recommonmark ' ,
32+ 'myst_parser ' ,
3433]
3534
3635issues_github_path = about ['__github__' ].replace ('https://github.com/' , '' )
4140
4241master_doc = 'index'
4342
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-
6043project = about ['__title__' ]
6144copyright = about ['__copyright__' ]
6245
You can’t perform that action at this time.
0 commit comments