summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-07 12:40:34 -0700
committerBob Halley <halley@dnspython.org>2020-05-07 12:40:34 -0700
commitb4a0c76de17e4528a9bda3d7f6f71b0fe28f6050 (patch)
tree39adce70b0c121bedc0d462c01da15751cdb5d65 /doc/Makefile
parentb0dc94b3f5c03dde5a85888bd693d7682d2ccd78 (diff)
downloaddnspython-b4a0c76de17e4528a9bda3d7f6f71b0fe28f6050.tar.gz
add sphinx to pyproject.toml
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ff97397..3ff52de 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = poetry run sphinx-build
SPHINXPROJ = dnspython
SOURCEDIR = .
BUILDDIR = _build
@@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)