aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-07-11 10:20:26 -0300
committerDavid Bremner <david@tethera.net>2020-07-15 08:32:15 -0300
commit0e03e2d45e36edb635229f356bf41f153c30a70f (patch)
tree523cef4c6c6be805f06bff83b4fc5eee1eef78ff /doc/Makefile.local
parent78e9b3467d9f09228a444bb2eec93e4c765b7e9b (diff)
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.
Diffstat (limited to 'doc/Makefile.local')
-rw-r--r--doc/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.local b/doc/Makefile.local
index 19b953ed..30411341 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -4,7 +4,7 @@ dir := doc
# You can set these variables from the command line.
SPHINXOPTS := -q
-SPHINXBUILD = WITH_EMACS=${WITH_EMACS} RSTI_DIR=$(realpath emacs) sphinx-build
+SPHINXBUILD = sphinx-build
DOCBUILDDIR := $(dir)/_build
# Internal variables.