diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CONTRIB b/CONTRIB old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/source/conf.py b/source/conf.py old mode 100644 new mode 100755 index 80cd806..2ca40b0 --- a/source/conf.py +++ b/source/conf.py @@ -80,10 +80,8 @@ # Options for HTML output # ----------------------- -# The style sheet to use for HTML and HTML Help pages. A file of that name -# must exist either in Sphinx' static/ path, or in one of the custom paths -# given in html_static_path. -html_style = 'default.css' +html_theme = "sphinxdoc2" +html_theme_path = ["../themes/"] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". diff --git a/source/contents.txt b/source/contents.txt old mode 100644 new mode 100755 diff --git a/source/index.txt b/source/index.txt old mode 100644 new mode 100755 diff --git a/source/misc.txt b/source/misc.txt old mode 100644 new mode 100755 diff --git a/source/models.txt b/source/models.txt old mode 100644 new mode 100755 diff --git a/source/templates.txt b/source/templates.txt old mode 100644 new mode 100755 diff --git a/source/urls.txt b/source/urls.txt old mode 100644 new mode 100755 diff --git a/source/views.txt b/source/views.txt old mode 100644 new mode 100755 diff --git a/source/workflow.txt b/source/workflow.txt old mode 100644 new mode 100755 diff --git a/themes/sphinxdoc2/layout.html b/themes/sphinxdoc2/layout.html new file mode 100644 index 0000000..0056613 --- /dev/null +++ b/themes/sphinxdoc2/layout.html @@ -0,0 +1,35 @@ +{% extends "basic/layout.html" %} + +{# put the sidebar before the body #} +{% block sidebar1 %} + +{{ sidebar() }} + +{% endblock %} +{% block sidebar2 %}{% endblock %} + +{% block footer %} +