<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 3, 2014, at 3:30 PM, Reid Kleckner <<a href="mailto:rnk@google.com" class="">rnk@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 3, 2014 at 12:14 PM, Matt Arsenault <span dir="ltr" class=""><<a href="mailto:arsenm2@gmail.com" target="_blank" class="">arsenm2@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The documentation only mentions something for the autotools build, so maybe it doesn’t work with cmake? There seems to be some kind of sphinx target in cmake though, so I would expect it to work</blockquote><div class=""><br class=""></div><div class="">It doesn't. Sphinx currently only looks in the docs source directory. The build system can't modify source files, so regenerating AttributesReference.rst in place is not possible. We'd have to teach Sphinx to go look in the build directory for this one .rst file. Patches welcome! ;)</div></div></div></div>
</div></blockquote></div><br class=""><div class="">Why does the source need a copy of the generated file? I would expect the .rst to be generated in the build directory as a temporary file first</div></body></html>