aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-23 16:18:19 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:07:18 -0300
commit0f709370f8ca39cae31dcf4c10dfeb0c99746adf (patch)
tree017fcd82d51abb49717f96161d2cb43f6fc9206e /doc
parent76cdef7953c3a92d540bba1051908e33052bd01a (diff)
Removed not used doc files.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/_static/.gitignore0
-rw-r--r--doc/conf.py.in2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/_static/.gitignore b/doc/_static/.gitignore
deleted file mode 100644
index e69de29bb..000000000
--- a/doc/_static/.gitignore
+++ /dev/null
diff --git a/doc/conf.py.in b/doc/conf.py.in
index e81c9c672..18d84e2af 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -125,7 +125,7 @@ html_theme_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_themes']
# 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 = ['@CMAKE_CURRENT_SOURCE_DIR@/_static']
+#html_static_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.