Skip to content

Commit

Permalink
Remove numpydoc from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogan-nwra committed Sep 9, 2024
1 parent 0d20e0f commit 806dd4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
31 changes: 1 addition & 30 deletions pdm_linux.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
groups = ["default", "all", "build", "sphinx", "test"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:f4a7e111ec21191aa3129fc23cc5387e22e0657183cf1d7c05111faa516240ec"
content_hash = "sha256:648a8db00dbf1cc0eab4909e05e67a66887ab7f32d24f632a69c830970f93a4e"

[[metadata.targets]]
requires_python = ">=3.12"
Expand Down Expand Up @@ -651,23 +651,6 @@ files = [
{file = "numpy-2.1.1.tar.gz", hash = "sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd"},
]

[[package]]
name = "numpydoc"
version = "1.8.0"
requires_python = ">=3.9"
summary = "Sphinx extension to support docstrings in Numpy format"
groups = ["all", "sphinx"]
marker = "python_version >= \"3.12\""
dependencies = [
"sphinx>=6",
"tabulate>=0.8.10",
"tomli>=1.1.0; python_version < \"3.11\"",
]
files = [
{file = "numpydoc-1.8.0-py3-none-any.whl", hash = "sha256:72024c7fd5e17375dec3608a27c03303e8ad00c81292667955c6fea7a3ccf541"},
{file = "numpydoc-1.8.0.tar.gz", hash = "sha256:022390ab7464a44f8737f79f8b31ce1d3cfa4b4af79ccaa1aac5e8368db587fb"},
]

[[package]]
name = "packaging"
version = "24.1"
Expand Down Expand Up @@ -1339,18 +1322,6 @@ files = [
{file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
]

[[package]]
name = "tabulate"
version = "0.9.0"
requires_python = ">=3.7"
summary = "Pretty-print tabular data"
groups = ["all", "sphinx"]
marker = "python_version >= \"3.12\""
files = [
{file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
{file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
]

[[package]]
name = "tornado"
version = "6.4.1"
Expand Down
31 changes: 1 addition & 30 deletions pdm_windows.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
groups = ["default", "all", "build", "sphinx", "test"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:f4a7e111ec21191aa3129fc23cc5387e22e0657183cf1d7c05111faa516240ec"
content_hash = "sha256:648a8db00dbf1cc0eab4909e05e67a66887ab7f32d24f632a69c830970f93a4e"

[[metadata.targets]]
requires_python = ">=3.12"
Expand Down Expand Up @@ -660,23 +660,6 @@ files = [
{file = "numpy-2.1.1.tar.gz", hash = "sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd"},
]

[[package]]
name = "numpydoc"
version = "1.8.0"
requires_python = ">=3.9"
summary = "Sphinx extension to support docstrings in Numpy format"
groups = ["all", "sphinx"]
marker = "python_version >= \"3.12\""
dependencies = [
"sphinx>=6",
"tabulate>=0.8.10",
"tomli>=1.1.0; python_version < \"3.11\"",
]
files = [
{file = "numpydoc-1.8.0-py3-none-any.whl", hash = "sha256:72024c7fd5e17375dec3608a27c03303e8ad00c81292667955c6fea7a3ccf541"},
{file = "numpydoc-1.8.0.tar.gz", hash = "sha256:022390ab7464a44f8737f79f8b31ce1d3cfa4b4af79ccaa1aac5e8368db587fb"},
]

[[package]]
name = "packaging"
version = "24.1"
Expand Down Expand Up @@ -1321,18 +1304,6 @@ files = [
{file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
]

[[package]]
name = "tabulate"
version = "0.9.0"
requires_python = ">=3.7"
summary = "Pretty-print tabular data"
groups = ["all", "sphinx"]
marker = "python_version >= \"3.12\""
files = [
{file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
{file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
]

[[package]]
name = "tornado"
version = "6.4.1"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ test = [
sphinx = [
"sphinx>=1.3.1",
"sphinx_rtd_theme>=0.1.7",
"numpydoc>=0.5", # Remove in next release
"sphinxcontrib-napoleon",
"sphinxcontrib-bibtex"
]
Expand Down

0 comments on commit 806dd4a

Please sign in to comment.