diff --git a/docs/.htaccess b/docs/.htaccess
new file mode 100644
index 0000000..c8a5446
--- /dev/null
+++ b/docs/.htaccess
@@ -0,0 +1 @@
+ErrorDocument 404 /equinox/404.html
\ No newline at end of file
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index 63a98ea..0000000
--- a/docs/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Minimal makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line, and also
-# from the environment for the first two.
-SPHINXOPTS ?=
-SPHINXBUILD ?= sphinx-build
-SOURCEDIR = .
-BUILDDIR = build
-
-# Put it first so that "make" without argument is like "make help".
-help:
- @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-
-.PHONY: help Makefile
-
-# Catch-all target: route all unknown targets to Sphinx using the new
-# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -c .
diff --git a/docs/_overrides/partials/source.html b/docs/_overrides/partials/source.html
new file mode 100644
index 0000000..10bba66
--- /dev/null
+++ b/docs/_overrides/partials/source.html
@@ -0,0 +1,20 @@
+{% import "partials/language.html" as lang with context %}
+
+