2018-10-20 19:40:20 +01:00
|
|
|
--- a/docs/Makefile
|
|
|
|
+++ b/docs/Makefile
|
|
|
|
@@ -3,7 +3,7 @@
|
2019-05-25 14:17:27 +01:00
|
|
|
# Patching is needed here for the following reason:
|
2018-10-20 19:40:20 +01:00
|
|
|
# * importing the `constants` package from Kitty has a side effect that it
|
|
|
|
# creates the user configuration directory. This package gets imported
|
|
|
|
# while sphinx scans the code for documentation strings.
|
|
|
|
#
|
2019-05-25 14:17:27 +01:00
|
|
|
|
2018-10-20 19:40:20 +01:00
|
|
|
# You can set these variables from the command line.
|
2019-05-25 14:17:27 +01:00
|
|
|
SPHINXOPTS = -j auto -T $(FAIL_WARN)
|
|
|
|
-SPHINXBUILD = sphinx-build
|
2018-10-20 19:40:20 +01:00
|
|
|
+SPHINXBUILD = PYTHONPATH=${PYTHONPATH}:.. HOME=${TMPDIR}/kitty-build-home sphinx-build
|
|
|
|
SPHINXPROJ = kitty
|
|
|
|
SOURCEDIR = .
|
|
|
|
BUILDDIR = _build
|