F5Networks / marathon-bigip-ctlr

Repository for F5 BIG-IP Controller for Marathon.
Apache License 2.0
3 stars 11 forks source link

Fix improper substitution for "|project|" #201

Closed amudukutore closed 7 years ago

amudukutore commented 7 years ago

Problem: The docs build emits the following warnings and the resulting html docs don't have the proper substitution for |project|: WARNING: Undefined substitution referenced: "project".

Solution: Per the Sphinx docs, |project| is not available as a substitution. Added explicit variables with the short and long name for the product and used these where needed.