diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-07 12:40:34 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-07 12:40:34 -0700 |
| commit | b4a0c76de17e4528a9bda3d7f6f71b0fe28f6050 (patch) | |
| tree | 39adce70b0c121bedc0d462c01da15751cdb5d65 /doc/Makefile | |
| parent | b0dc94b3f5c03dde5a85888bd693d7682d2ccd78 (diff) | |
| download | dnspython-b4a0c76de17e4528a9bda3d7f6f71b0fe28f6050.tar.gz | |
add sphinx to pyproject.toml
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 4 |
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) |
