You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid page index: pages are numbered from 1 (0-based before v27.0.2)
The directive error kills the whole build process. Works flawlessly with 26.2.15 and prior. I do not explicitly set page index via directive options at all.
Getting this error
The directive error kills the whole build process. Works flawlessly with 26.2.15 and prior. I do not explicitly set page index via directive options at all.
I assume just adding +1 to this line could fix the bug
https://github.com/modelmat/sphinxcontrib-drawio/blob/main/sphinxcontrib/drawio/__init__.py#L249