With a sphinx extension, can I create additional sphinx pages not related to a specific source file?
source files:
foo.xml
bar.xml
output files:
foo.html
bar.html
wanted.html
The wanted
file would be explicitly created by my extension, using info parsed from foo
and bar
.