summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2012-11-01 19:05:13 -0600
committerkballou <kballou@onyx.boisestate.edu>2012-11-01 19:05:13 -0600
commit79096578115a3c9ea39a7269541213f8901e5ab3 (patch)
treeaea7407063c14995552fd1362fa080e152258c1c /docs
parent4c262aff16d4f3cbfeda30f80a6130456cc560fd (diff)
downloadxnt-79096578115a3c9ea39a7269541213f8901e5ab3.tar.gz
xnt-79096578115a3c9ea39a7269541213f8901e5ab3.tar.xz
Update conf.py with updated settings
The folders referenced by this two properties were not in use and were causing warnings while the documentation was being compiled
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index aa1be0d..6c79e18 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -29,7 +29,7 @@ sys.path.insert(0, os.path.abspath('../../xnt'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage']
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+templates_path = []
# The suffix of source filenames.
source_suffix = '.rst'
@@ -121,7 +121,7 @@ html_theme = 'default'
# 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 = ['_static']
+html_static_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.