diff --git a/docs/conf.py b/docs/conf.py index 635f822..c261c4c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,6 +22,8 @@ copyright = (u'2014-{}, Markus Unterwaditzer & contributors' release = vdirsyncer.__version__ version = '.'.join(release.split('.')[:2]) # The short X.Y version. +rst_epilog = '.. |vdirsyncer_version| replace:: %s' % release + exclude_patterns = ['_build'] pygments_style = 'sphinx' diff --git a/docs/installation.rst b/docs/installation.rst index e37dbf5..a6736ba 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,24 +11,24 @@ The following packages are user-contributed. They may or may not be up-to-date: - `ArchLinux (AUR) `_ - `Debian `_ -- `Fedora `_ - `GNU Guix `_ -- `Gentoo `_ - `Ubuntu `_ - `OS X (homebrew) `_ -- `NixOS/Nix `_ - `BSD (pkgsrc) `_ - `OpenBSD `_ -.. note:: +We only support the latest version of vdirsyncer, which is at the time of this +writing |vdirsyncer_version|. Please **do not file bugs if you use an older +version**. - We only support the latest version of vdirsyncer. Please do not file bugs - if you use an older version. - -If there is no package for your distribution, you'll need to :ref:`install -vdirsyncer manually `. There is an easy command to -copy-and-paste for this as well, but you should be aware of its consequences. +Some distributions have multiple release channels. Debian and Fedora for +example have a "stable" release channel that ships an older version of +vdirsyncer. Those versions aren't supported either. +If there is no suitable package for your distribution, you'll need to +:ref:`install vdirsyncer manually `. There is an easy +command to copy-and-paste for this as well, but you should be aware of its +consequences. .. _manual-installation: