F5Networks / f5-openstack-lbaasv1

OpenStack Neutron LBaaSv1 plugin and agent to control F5 BIG-IP devices
http://f5-openstack-lbaasv1.readthedocs.io
6 stars 8 forks source link

add versioning magic to index.rst #50

Closed jputrino closed 8 years ago

jputrino commented 8 years ago

I need to add @swormke's versioning voodoo (below) to index.rst so it's easy to identify to what version(s) of OpenStack a doc set applies. (needs to be done per branch)

Releases and Versions

|release| supports the OpenStack |openstack| release. For more information about F5 Networks's OpenStack versioning and a support matrix please see F5 Networks OpenStack Support Matrix <https://F5Networks.github.io/f5-openstack-docs>__."

in the config.py file you just need to add the following:

openstack_release = "Kilo"
rst_epilog = """
.. |openstack| replace:: {0}
""".format(openstack_release)
jputrino commented 8 years ago

Fixed by #53 and #54.