Skip to content

Commit

Permalink
Revert "(fix) use recommonmark"
Browse files Browse the repository at this point in the history
This reverts commit c1cac13.
  • Loading branch information
joshgoebel committed Jun 15, 2021
1 parent c1cac13 commit 763863b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import sys, os
import sphinx_rtd_theme
import recommonmark
import myst_parser

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand All @@ -29,7 +29,7 @@
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
"sphinx_rtd_theme",
"recommonmark"
"myst_parser"
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 763863b

Please sign in to comment.