fix table formating test3
diff --git a/source/_template/layout.html b/source/_template/layout.html
deleted file mode 100644
index 0b9e410..0000000
--- a/source/_template/layout.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% extends "!layout.html" %}
-{% set css_files = css_files + ["_static/theme_overrides.css"] %}
\ No newline at end of file
diff --git a/source/conf.py b/source/conf.py
index 4c2bdb4..168d876 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -37,6 +37,9 @@
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
+def setup(app):
+   app.add_stylesheet("theme_overrides.css")
+
 # Localization
 locale_dirs = ['./locale/']
 gettext_compact = False