Skip to content

Commit

Permalink
Remove m2r2 Sphinx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Jan 1, 2024
1 parent feb5aa5 commit 8cb5821
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"m2r2",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_rtd_theme",
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ 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}
m2r2 = {version = "^0.3.3.post2", optional = true}

[tool.poetry.dev-dependencies]
mypy = "^1.8.0"
Expand All @@ -67,13 +66,11 @@ pdbpp = "^0.10.3"
# - [tool.poetry.extras] below
sphinx = "^7.2.6"
sphinx-rtd-theme = "^2.0.0"
m2r2 = "^0.3.3.post2"

[tool.poetry.extras]
docs = [
"sphinx",
"sphinx-rtd-theme",
"m2r2",
]

[build-system]
Expand Down

0 comments on commit 8cb5821

Please sign in to comment.