summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2015-05-15 01:52:33 +0200
committerTW <tw@waldmann-edv.de>2015-05-15 01:52:33 +0200
commit839b69ba03b923f09f19d55b0c71908a0b97e0df (patch)
tree0e8f0a9d0ccf82e5fa5d9a79f591eac1e8eb2cb2
parent420214b781e5da1dd311db12d4c9630539548c20 (diff)
parent37c923d4f054daa2c43aaf69815030e66fc8ae43 (diff)
Merge pull request #13 from ThomasWaldmann/master
misc. minor docs fixes
-rw-r--r--docs/conf.py2
-rw-r--r--docs/faq.rst2
-rw-r--r--docs/index.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bd8b14bff..d7f29e69e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -120,7 +120,7 @@ html_theme_path = ['_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 = ['_static']
+html_static_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
diff --git a/docs/faq.rst b/docs/faq.rst
index 54bd47c1e..407d475c4 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -73,5 +73,5 @@ If a backup stops mid-way, does the already-backed-up data stay there? I.e. does
If it crashes with a UnicodeError, what can I do?
Check if your encoding is set correctly. For most POSIX-like systems, try::
- export LANG=en_US.UTF-8 # or similar, important is correct charset
+ export LANG=en_US.UTF-8 # or similar, important is correct charset
diff --git a/docs/index.rst b/docs/index.rst
index cca367317..db4f4928d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,7 +11,7 @@ suitable for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
|project_name| is written in Python (with a little bit of Cython and C for
-the speed critical parts).
+the performance critical parts).
Easy to use