Fix issue with doc build

Sphinx doc build has issues if the path to a resource is relative.
This adds a symbolic link instead of a relative path. See [1] for more
details.

[1]: http://logs.openstack.org/70/157470/4/check/gate-telcowg-usecases-docs/c29956c/console.html

Change-Id: I76ef25fbc3876408a422d826974510a978fcb686
This commit is contained in:
Marc Koderer 2015-02-20 11:18:02 +01:00
parent 7ec7def233
commit c9d9669408
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
:glob:
:maxdepth: 2
../../specs/*
specs/*
{{ cookiecutter.repo_name }} Repository Information

View File

@ -0,0 +1 @@
../../specs/