Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2017-06-19 15:06:48 +10:00
27 changed files with 144 additions and 173 deletions

View File

@@ -1615,10 +1615,8 @@ def pyrna2sphinx(basepath):
else:
url_base = API_BASEURL
fw(" :file: `%s <%s/%s>`_:%d\n\n" % (location[0],
url_base,
location[0],
location[1]))
fw(" :file: `%s\\:%d <%s/%s$%d>`_\n\n" %
(location[0], location[1], url_base, location[0], location[1]))
file.close()