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:
parent
7ec7def233
commit
c9d9669408
@ -10,7 +10,7 @@
|
||||
:glob:
|
||||
:maxdepth: 2
|
||||
|
||||
../../specs/*
|
||||
specs/*
|
||||
|
||||
|
||||
{{ cookiecutter.repo_name }} Repository Information
|
||||
|
1
{{cookiecutter.repo_name}}/doc/source/specs
Symbolic link
1
{{cookiecutter.repo_name}}/doc/source/specs
Symbolic link
@ -0,0 +1 @@
|
||||
../../specs/
|
Loading…
Reference in New Issue
Block a user