Skip to content

Commit

Permalink
actually remove recommonmark config
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Mar 12, 2024
1 parent c448785 commit 6030c9a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,3 @@

# -- Extension configuration -------------------------------------------------
myst_heading_anchors=3

# def setup(app):
# app.add_config_value('recommonmark_config', {
# 'url_resolver': lambda url: github_doc_root + url,
# 'auto_toc_tree_section': 'Contents',
# 'enable_auto_toc_tree': True,
# 'enable_eval_rst': True,
# }, True)
# app.add_transform(AutoStructify)

0 comments on commit 6030c9a

Please sign in to comment.