diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 20:49:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 20:49:30 -0400 |
| commit | 8ecfb6ea2a985dc725de5bee15808477857368c3 (patch) | |
| tree | 8d75d893a66490eaeb7ef71b289e2a43f25151dd | |
| parent | 2bb8f6b7516862370235ea10dd14af41ffa50819 (diff) | |
[2.1.x] Bumped django_next_version in sphinx config to 2.2.
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 037e42f514..fb0839e1ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,7 +95,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '2.1' +django_next_version = '2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
