changeset 5663:5affbb44f135 stable

packaging: run sphinx on py3 by default
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 11 Nov 2020 18:34:15 +0800
parents bec8a04d2f6a
children 1d80cda7fe93
files docs/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/makefile	Sun Aug 23 10:09:44 2020 +0800
+++ b/docs/makefile	Wed Nov 11 18:34:15 2020 +0800
@@ -1,4 +1,4 @@
-SPHINXBUILD ?= sphinx-build
+SPHINXBUILD ?= python3 -m sphinx -b html
 
 .PHONY: all
 all: tutorials/tutorial.rst tutorials/topic-tutorial.rst static/logo-evolve.ico