-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
Description
plone.restapi has two dependencies to build HTTP request and response examples in the documentation. Work is in progress to use implicit, or more specifically, native namespaces for Plone 6.2.
The following line needs to be removed for Plone 6.2.
plone.restapi/requirements-docs.txt
Line 4 in 6137126
| setuptools # required by sphinxcontrib.httpexample, remove when it migrates to importlib |
Once the following PRs are merged, then we can proceed on this issue.
- Build docs PR preview on RTD collective/sphinxcontrib-httpexample#115
- draft: Python 3 only collective/sphinxcontrib-httpexample#113
- Switch to implicit (native) namespace sphinx-contrib/httpdomain#75
See also:
davisagli