File tree Expand file tree Collapse file tree
extensions/sphinx-scylladb-markdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 author = "David Garcia" ,
16161717 url = "https://github.com/scylladb/sphinx-scylladb-theme" ,
18- version = "0.1.2 " ,
18+ version = "0.1.3 " ,
1919 install_requires = [
2020 "sphinx >= 2.1" ,
2121 "recommonmark == 0.7.1" ,
Original file line number Diff line number Diff line change 22import os
33from recommonmark .transform import AutoStructify
44
5- __version__ = "0.1.2 "
5+ __version__ = "0.1.3 "
66
77class BaseParser :
88 def __init__ (self , app ):
@@ -30,6 +30,7 @@ def setup(self):
3030 try :
3131 self .app .setup_extension ('myst_parser' )
3232 self .app .config .myst_enable_extensions = ["colon_fence" ]
33+ self .app .config .myst_heading_anchors = 6
3334
3435 except ImportError :
3536 raise RuntimeError ("myst-parser is not installed" )
You can’t perform that action at this time.
0 commit comments