Closed ypid closed 7 years ago
Problem was that when you used a role.rst which is included via the all.rst file, the linkincludes script did link to the generic include dir without your custom role.rst and all.rst causing undefined warnings.
role.rst
all.rst
linkincludes
The problem did not yet occur in DebOps but in my personal docs repo: https://travis-ci.org/ypid/ypid-ansible-role-docs/builds/195994381 But as I avoided redundancy, this repo here is the only place where the file exists :wink:
Problem was that when you used a
role.rst
which is included via theall.rst
file, thelinkincludes
script did link to the generic include dir without your customrole.rst
andall.rst
causing undefined warnings.The problem did not yet occur in DebOps but in my personal docs repo: https://travis-ci.org/ypid/ypid-ansible-role-docs/builds/195994381 But as I avoided redundancy, this repo here is the only place where the file exists :wink: