summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-10-18 13:55:29 +0200
committerTomas Bzatek <tbzatek@redhat.com>2013-10-18 13:55:29 +0200
commit087d51a3b03815ddbacaf62bf2fa047dbcbb9537 (patch)
tree59cdfd7006a4e12b72e6db2180fcd0ba5a602f6b /src
parent4796c7af2adc42c93501e6c5dbd071aa3a3f5d21 (diff)
downloadopenlmi-providers-087d51a3b03815ddbacaf62bf2fa047dbcbb9537.tar.gz
openlmi-providers-087d51a3b03815ddbacaf62bf2fa047dbcbb9537.tar.xz
openlmi-providers-087d51a3b03815ddbacaf62bf2fa047dbcbb9537.zip
software: Fix doc theme path
A fallout from commit b60cd25e366d
Diffstat (limited to 'src')
-rw-r--r--src/software/doc/admin/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/doc/admin/source/conf.py b/src/software/doc/admin/source/conf.py
index 16381bb..bbb46bd 100644
--- a/src/software/doc/admin/source/conf.py
+++ b/src/software/doc/admin/source/conf.py
@@ -104,7 +104,7 @@ html_theme = 'openlmitheme'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ["../../../../tools"]
+html_theme_path = ["../../../../../tools"]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".