diff --git a/setup.py b/setup.py index a8bc86d7ef4637f1a31c69b2899bda7aee917e5f..7d5b340bb555af25f01c6a29df2c2eebdd961342 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2018 Branko Majic +# Copyright (C) 2024 Branko Majic # # This file is part of Gimmecert. # @@ -32,7 +32,7 @@ install_requirements = [ ] doc_requirements = [ - 'sphinx>=3.3,<3.4', + 'sphinx>=7.1,<7.2', ] test_lint_requirements = [