When sphinx processes an rst to html conversion is there a way to see an intermediate format after extensions have been processed?

I am looking for an intermediate rst file that is generated after sphinx extensions were run.

Any ideas?

有帮助吗?

解决方案

Take a look at the "ReST Builder" extension: https://pythonhosted.org/sphinxcontrib-restbuilder/.

There's not much to say; the extension takes reST as input and outputs ...drumroll... reST!

Quote:

This extension is in particular useful to use in combination with the autodoc extension. In this combination, autodoc generates the documentation based on docstrings, and restbuilder outputs the result are reStructuredText (.rst) files. The resulting files can be fed to any reST parser, for example, they can be automatically uploaded to the GitHub wiki of a project.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top