chiark / gitweb /
documentation/python: explicitly pass the output directory to render().
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 18 Sep 2024 17:14:31 +0000 (19:14 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 28 Sep 2024 01:25:37 +0000 (03:25 +0200)
commita9cf8d37f1a692d74ee0952b73a031bc4d9e81b5
tree5b662732ecbfa13a93b3df0ad564b2383def2671
parent8c852b0d1d61250820754746ce1b266218694183
documentation/python: explicitly pass the output directory to render().

There will be another output directory for the stubs. Also prefer to use
local variables over properties, it's (hopefully) less string lookups
that way.
documentation/python.py