mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2026-02-14 19:18:06 +01:00
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:
parent
865e666d7f
commit
8ceb461b67
6 changed files with 836 additions and 3 deletions
14
shortcut.html
Normal file
14
shortcut.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue