]> git.cworth.org Git - notmuch/commit
doc: replace use of environment variables with a generated config
authorDavid Bremner <david@tethera.net>
Sat, 11 Jul 2020 13:20:26 +0000 (10:20 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 15 Jul 2020 11:32:15 +0000 (08:32 -0300)
commit0e03e2d45e36edb635229f356bf41f153c30a70f
tree523cef4c6c6be805f06bff83b4fc5eee1eef78ff
parent78e9b3467d9f09228a444bb2eec93e4c765b7e9b
doc: replace use of environment variables with a generated config

It is getting unwieldy to pass configuration options on the
sphinx-build command line, and I anticipate further use of
conditionals.

As far as I could tell, execing a string is the idiomatic way to
emulate include in Python.
configure
doc/Makefile.local
doc/conf.py