Hello :) We have a few hundred redirects to implements for the Godot documentation after an overhaul of the table of contents and API reference, but the current web UI to implement the redirects one-by-one is quite unwieldy. Is there any way we could script this to handle a significant amount of redirects more easily?
https://github.com/wpilibsuite/sphinxext-rediraffe may be useful to you
Hello, I’m looking into integrating pydoctor generated html document into the readthedocs search system. Pydoctor while generating the html with Sphinx and typically outputs into a api sub folder. Ide like to know what is the specifics requirements to integrate with readthedocs server side search system. I see that Sphinx is generating .fjson files. Should we generate as many .fjson files there are objets documented? Can we place all these files into the same api folder as the html files ?
You can also comment in this ticket twisted/pydoctor#356
Thanks for your reply