We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
param 2.0.0; nothing else matters here
param
Some of the documentation is installed in a doc directory in site-packages, as if it were a Python package.
doc
site-packages
python3.12 -m venv _e . _e/bin/activate pip install param find _e/lib/python3.12/site-packages/doc/
_e/lib/python3.12/site-packages/doc/ _e/lib/python3.12/site-packages/doc/reference _e/lib/python3.12/site-packages/doc/reference/param _e/lib/python3.12/site-packages/doc/reference/param/index.md _e/lib/python3.12/site-packages/doc/reference/param/logging.md _e/lib/python3.12/site-packages/doc/reference/param/param_namespace.md _e/lib/python3.12/site-packages/doc/reference/param/parameter_helpers.md _e/lib/python3.12/site-packages/doc/reference/param/parameterized_helpers.md _e/lib/python3.12/site-packages/doc/reference/param/parameterized_objects.md _e/lib/python3.12/site-packages/doc/reference/param/parameters.md _e/lib/python3.12/site-packages/doc/reference/param/reactive.md _e/lib/python3.12/site-packages/doc/reference/param/serialization.md
Alternatively, working in a clean git checkout:
python3 -m build python3 -m wheel unpack dist/param-*.whl find param-*/doc/
N/A
I think this can be fixed by adding exclude = ["doc"] to [tool.hatch.build.targets.wheel] in pyproject.toml.
exclude = ["doc"]
[tool.hatch.build.targets.wheel]
pyproject.toml
The text was updated successfully, but these errors were encountered:
Do not install “doc” in site-packages (fix holoviz#877)
70a9fca
e9b2781
No branches or pull requests
ALL software version info
param
2.0.0; nothing else matters hereDescription of expected behavior and the observed behavior
Some of the documentation is installed in a
doc
directory insite-packages
, as if it were a Python package.Complete, minimal, self-contained example code that reproduces the issue
Alternatively, working in a clean git checkout:
Stack traceback and/or browser JavaScript console output
N/A
Screenshots or screencasts of the bug in action
N/A
I think this can be fixed by adding
exclude = ["doc"]
to[tool.hatch.build.targets.wheel]
inpyproject.toml
.The text was updated successfully, but these errors were encountered: