diff --git a/README.html b/README.html
index 660ea2b5b..325cd66f6 100644
--- a/README.html
+++ b/README.html
@@ -4,13 +4,13 @@
-
+
Page Redirection
- Follow this link to the documentation.
+ Follow this link to the documentation.
\ No newline at end of file
diff --git a/conf.py b/conf.py
index 81b9b8f6d..cb06d32dd 100644
--- a/conf.py
+++ b/conf.py
@@ -121,7 +121,7 @@ source_suffix = ['.rst']
#source_encoding = 'utf-8-sig'
# The master toctree document.
-master_doc = 'docs/index'
+master_doc = 'index'
# General information about the project.
project = 'DFHack'
@@ -164,7 +164,13 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['README.md', 'docs/_build/*', 'depends/*', 'scripts/3rdparty/*', 'build*']
+exclude_patterns = [
+ 'README.md',
+ 'docs/html*',
+ 'depends/*',
+ 'scripts/3rdparty/*',
+ 'build*',
+ ]
# The reST default role (used for this markup: `text`) to use for all
# documents.
diff --git a/docs/index.rst b/index.rst
similarity index 100%
rename from docs/index.rst
rename to index.rst