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
Is it correct that this plugin is only able to build a single file (the master index file) and not linked/mentioned ones in toctree directives?
If I try to use it, sphinx claims that all my documentation files are not part of a toctree and therefore they get not build.
I guess this is because the toctree directives is overwritten by this extension.
Any ideas how to avoid this?
The text was updated successfully, but these errors were encountered:
I have found a small workaround by doing a little code change.
So create a fork and comment this line out:
# A lot of other code app.add_directive('image', ImageConf)
# app.add_directive('toctree', TocTree)app.add_directive('jira_issues', JiraIssuesDirective)
Is it correct that this plugin is only able to build a single file (the master index file) and not linked/mentioned ones in toctree directives?
If I try to use it, sphinx claims that all my documentation files are not part of a toctree and therefore they get not build.
I guess this is because the toctree directives is overwritten by this extension.
Any ideas how to avoid this?
The text was updated successfully, but these errors were encountered: