Switch to common structure and shared resources

This commit is contained in:
Julian Arni
2013-07-16 13:01:12 -04:00
parent e3fa27a3d8
commit bf60b24aa8
44 changed files with 185 additions and 585 deletions

18
docs/data/conf.py Normal file
View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
#
import sys, os
from docs.shared.conf import *
# Add any paths that contain templates here, relative to this directory.
templates_path.append('source/_templates')
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path.append('source/_static')