main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit 809a336a3d - Show all commits

View File

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