Open SiQube opened 4 months ago
tox -e docs fails due to warnings
tox -e docs
Example warning:
WARNING: Summarised items should not include the current module. Replace 'pymovements.dataset.Dataset' with 'Dataset'.
the change happened here.
automated documentation generation works again
tox -e docs work without pinning sphinx
git apply
diff --git a/pyproject.toml b/pyproject.toml index 80657f6..3d810ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ "pybtex", "pydata-sphinx-theme>=0.12", "setuptools>=61.0.0", - "sphinx>=5.3.0,<7.4", + "sphinx>=5.3.0", "sphinx-copybutton>=0.4.0", "sphinx-favicon>=1.0.1", "sphinx_design>=0.3.0",
related to #773 I'll fix it today
Current Behavior
tox -e docs
fails due to warningsExample warning:
the change happened here.
Expected Behavior
automated documentation generation works again
Minimum acceptance criteria
tox -e docs
work without pinning sphinxSteps to Reproduce
git apply
tox -e docs