Build config with Sphinx - just "make html"

Because who wants building pages to be complicated?
The config is actually pretty extensively tweaked for non-code projects
at this point.
This commit is contained in:
PeridexisErrant 2015-09-26 22:42:18 +10:00
parent 865e666d7f
commit 8ceb461b67
6 changed files with 836 additions and 3 deletions

14
shortcut.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=./_build/html/index.html">
<script type="text/javascript">
window.location.href = "./_build/html/index.html"
</script>
<title>Page Redirection</title>
</head>
<body>
<a href='./_build/html/index.html'>Follow this link to the real index page.</a>
</body>
</html>