Open zypdominate opened 3 days ago
There's something strange about that extension list wanting 3 themes (alabaster, sphinx_book_theme (unknown version) and pydata_sphinx_theme (unknown version)) - did you install all those dependencies?
IndexError: pop from empty list occurs in the depart_table function of a custom extension (djangodocs.py)
You should likely ask at that extension's repository or the Django repository how their docs are supposed to be built, because there's also no djangodocs extension on pypi...
Describe the bug
When building documentation for Django using sphinx_book_theme, an IndexError: pop from empty list occurs in the depart_table function of a custom extension (djangodocs.py). The error seems related to table handling and compatibility with the theme or Sphinx version.
How to Reproduce
Clone the Django documentation source:
Install necessary dependencies:
Build the documentation with the specified theme:
Observe the IndexError occurring in the console.
Environment Information
Sphinx extensions
No response
Additional context
Error log