Move index back to root

develop
PeridexisErrant 2015-11-08 11:37:09 +11:00 committed by lethosor
parent f7a768f349
commit 99b93ecd11
3 changed files with 11 additions and 5 deletions

@ -4,13 +4,13 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=./docs/html/docs/index.html">
<meta http-equiv="refresh" content="0;url=./docs/html/index.html">
<script type="text/javascript">
window.location.href = "./docs/html/docs/index.html"
window.location.href = "./docs/html/index.html"
</script>
<title>Page Redirection</title>
</head>
<body>
Follow this <a href='./docs/html/docs/index.html'>link to the documentation.</a>
Follow this <a href='./docs/html/index.html'>link to the documentation.</a>
</body>
</html>

@ -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.