From e0c84fc4581ac41e761f9f536c26aa05003fbb29 2020-11-04 21:04:20 From: Branko Majic Date: 2020-11-04 21:04:20 Subject: [PATCH] GC-40: Updated Sphinx to latest available version and updated copyright notice in the documentation configuration file. --- diff --git a/docs/conf.py b/docs/conf.py index 646b3b6fc8b3868ee2486899409e5f20b587a04e..2c4d759aacfe60918acae1d23e4f05f229fb1a0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2018 Branko Majic +# Copyright (C) 2020 Branko Majic # # This file is part of Gimmecert documentation. # @@ -31,7 +31,7 @@ # -- Project information ----------------------------------------------------- project = 'Gimmecert' -copyright = '2018, Branko Majic' +copyright = '2020, Branko Majic' author = 'Branko Majic' # The short X.Y version diff --git a/setup.py b/setup.py index 7b01e037189d1b976a23319a9fbfd1f0dc87e197..bb8b08bd73b1a52f7d31086275a375fe3d46d274 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requirements = [ ] doc_requirements = [ - 'sphinx>=3.0,<3.1', + 'sphinx>=3.3,<3.4', ] test_lint_requirements = [