Skip to content

Commit

Permalink
Use myst instead of recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jan 21, 2025
1 parent 4455327 commit 636294e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
from recommonmark.parser import CommonMarkParser


# -- General configuration ------------------------------------------------
Expand All @@ -31,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = ["myst_parser"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -168,7 +167,3 @@
author, 'Servant', 'One line description of project.',
'Miscellaneous'),
]

# -- Markdown -------------------------------------------------------------

extensions.append('recommonmark')

0 comments on commit 636294e

Please sign in to comment.