Skip to content

Commit

Permalink
Fix Sphinx docs build (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kelp authored Nov 27, 2023
1 parent a9ac755 commit f9bf5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from typing import List, Tuple

from recommonmark.parser import CommonMarkParser


#
# Configuration file for the Sphinx documentation builder.
Expand Down Expand Up @@ -30,7 +28,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 = ["recommonmark"]
extensions = ["myst_parser"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand All @@ -43,10 +41,6 @@
".md": "markdown",
}

source_parsers = {
".md": CommonMarkParser,
}

# The master toctree document.
master_doc = "index"

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Faker==19.3.1
flake8==6.0.0
ipython
mypy==1.4.1
myst-parser==2.0.0
pandas>=0.23.4
pre-commit==3.5.0
pytest==7.3.1
Expand Down

0 comments on commit f9bf5c2

Please sign in to comment.