From 76b747962cd232421db5313820a860e9aeebbb6a Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 9 Feb 2020 10:14:31 +0900 Subject: [PATCH] refactor: convert builders.html to a python package --- sphinx/builders/{html.py => html/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sphinx/builders/{html.py => html/__init__.py} (100%) diff --git a/sphinx/builders/html.py b/sphinx/builders/html/__init__.py similarity index 100% rename from sphinx/builders/html.py rename to sphinx/builders/html/__init__.py