From 44baa8695c03f367b7ef2a657171db361759791b Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 27 Jul 2020 14:14:22 -0700 Subject: [PATCH] Move docs to top level --- {src/replit/audio/docs => docs}/Makefile | 0 {src/replit/audio/docs => docs}/conf.py | 0 {src/replit/audio/docs => docs}/index.rst | 0 {src/replit/audio/docs => docs}/make.bat | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {src/replit/audio/docs => docs}/Makefile (100%) rename {src/replit/audio/docs => docs}/conf.py (100%) rename {src/replit/audio/docs => docs}/index.rst (100%) rename {src/replit/audio/docs => docs}/make.bat (100%) diff --git a/src/replit/audio/docs/Makefile b/docs/Makefile similarity index 100% rename from src/replit/audio/docs/Makefile rename to docs/Makefile diff --git a/src/replit/audio/docs/conf.py b/docs/conf.py similarity index 100% rename from src/replit/audio/docs/conf.py rename to docs/conf.py diff --git a/src/replit/audio/docs/index.rst b/docs/index.rst similarity index 100% rename from src/replit/audio/docs/index.rst rename to docs/index.rst diff --git a/src/replit/audio/docs/make.bat b/docs/make.bat similarity index 100% rename from src/replit/audio/docs/make.bat rename to docs/make.bat