You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to allow absolute paths to be set for examples_dir and gallery_dir? Or in other words: Is it necessary to transform the input variables to paths relative to app.build.srcdir? If not, this would enable a bit more flexibility when using cmake.
The text was updated successfully, but these errors were encountered:
Yes they have to be relative to app.build.src because this then becomes
the absolute root for the website and sphinx relies on this local root to
resolve all link addresses
On 29 Jun 2015 17:57, "Florian Wagner" [email protected] wrote:
Is it possible to allow absolute paths to be set for examples_dir and
gallery_dir? Or in other words: Is it necessary to transform the input
variables to paths relative to app.build.srcdir? If not, this would enable
a bit more flexibility when using cmake.
—
Reply to this email directly or view it on GitHub #40.
Is it possible to allow absolute paths to be set for
examples_dir
andgallery_dir
? Or in other words: Is it necessary to transform the input variables to paths relative to app.build.srcdir? If not, this would enable a bit more flexibility when using cmake.The text was updated successfully, but these errors were encountered: