Skip to content

Commit

Permalink
Add sphinx-mdinclude
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Jan 1, 2024
1 parent 6a33b63 commit cc7d339
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ python = "^3.9" # TODO not ideal, supporting 3.8 would be good
# Docs
sphinx = {version = "^7.2.6", optional = true}
sphinx-rtd-theme = {version = "^2.0.0", optional = true}
sphinx-mdinclude = {version = "^0.5.3", optional = true}

[tool.poetry.dev-dependencies]
mypy = "^1.8.0"
Expand All @@ -59,6 +60,7 @@ pytest-watch = "^4.2.0"
coverage = "^7.4.0"
pytest-cov = "^4.1.0"
pdbpp = "^0.10.3"
sphinx-mdinclude = "^0.5.3"

# Docs
# NOTE: Please also add to:
Expand All @@ -71,6 +73,7 @@ sphinx-rtd-theme = "^2.0.0"
docs = [
"sphinx",
"sphinx-rtd-theme",
"sphinx-mdinclude",
]

[build-system]
Expand Down

0 comments on commit cc7d339

Please sign in to comment.