From da8049cca8be2065743b0d5ab0bc1d9e6ed48fd0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 24 Jul 2023 19:50:41 +0200 Subject: [PATCH] Document setup.py hack --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 2ccb2ef..1e4c5a2 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,8 @@ #!/usr/bin/env python3 +""" +Fake setup.py only used by .readthedocs.yaml to run the render_doc.py script to +build the documentation. +""" import os import sys