Skip to content

Commit

Permalink
fix: remove ref to recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 29, 2025
1 parent 0b7eaef commit 06cf81e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
from recommonmark.parser import CommonMarkParser

# -- General configuration ------------------------------------------------

Expand All @@ -39,7 +38,6 @@
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.imgconverter',
'recommonmark',
]

napoleon_google_docstring = False
Expand All @@ -49,10 +47,6 @@
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

source_parsers = {
'.md': CommonMarkParser,
}

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
Expand Down

0 comments on commit 06cf81e

Please sign in to comment.