Sphinx: VPATH (out of source) builds

Created on 24 Sep 2018  路  2Comments  路  Source: sphinx-doc/sphinx

Autotools and other build systems allow out VPATH (out of source) builds. During such a build some .rst files are generated in the builddir, others are in the sourcedir. The compiled documentation must include both files.

How to achieve this with sphinx-build?

question

All 2 comments

M3W6+V4 Fieldale, Virginia

Sphinx only supports files on source directory. So I propose you to move them to source directory before running sphinx-build.

Was this page helpful?
0 / 5 - 0 ratings