-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What is the current behavior?
sphinx-panels is listed in requirements-dev.txt
but it is no longer maintained (see warning here. Besides it not being good to use software that is not maintained, an issue with sphinx-panels is that it sets a maximum version for sphinx which is getting out of date. New versions of other sphinx extensions like sphinx-autodoc-typehints set a higher minimum sphinx version than the maximum version of sphinx-panels.
Suggested solutions
sphinx-panels lists sphinx-design as the continuation of sphinx-panels. The only usage of sphinx-panels that I see searching the codebase is for the dropdown
directive. sphinx-design has a dropdown directive and does not mention dropdown in the migration guide for sphinx-panels, so maybe it will work as a drop in replacement?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working