From 262f774a6a16d5cf0f680747d5404c026bd0f214 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 26 Feb 2019 21:13:14 +0100 Subject: [PATCH] Move all sphinx related files to doc. --- Makefile => doc/Makefile | 0 conf.py => doc/conf.py | 0 index.rst => doc/index.rst | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => doc/Makefile (100%) rename conf.py => doc/conf.py (100%) rename index.rst => doc/index.rst (100%) diff --git a/Makefile b/doc/Makefile similarity index 100% rename from Makefile rename to doc/Makefile diff --git a/conf.py b/doc/conf.py similarity index 100% rename from conf.py rename to doc/conf.py diff --git a/index.rst b/doc/index.rst similarity index 100% rename from index.rst rename to doc/index.rst -- 2.47.3