From 7c3e9c9c2be7a93a0c59c177ac9d3da7d73b4cb0 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Wed, 31 Jul 2024 04:17:32 +0200 Subject: [PATCH] docs: clarify Makefile is generated --- docs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index 7c8d1938e..7fa4085e6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,7 @@ # Makefile for Sphinx documentation # +# if you want to compare this file to current sphinx defaults, recreate it: +# BUILDDIR=build sphinx-quickstart --sep --extensions=gunicorn_ext --templatedir=_templates --makefile --batchfile --no-use-make-mode --master=index # You can set these variables from the command line. PYTHON = python