Changeset - e0c84fc4581a
[Not reviewed]
0 2 0
Branko Majic (branko) - 3 years ago 2020-11-04 21:04:20
branko@majic.rs
GC-40: Updated Sphinx to latest available version and updated copyright notice in the documentation configuration file.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
# -*- 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
setup.py
Show inline comments
 
@@ -32,7 +32,7 @@ install_requirements = [
 
]
 

	
 
doc_requirements = [
 
    'sphinx>=3.0,<3.1',
 
    'sphinx>=3.3,<3.4',
 
]
 

	
 
test_lint_requirements = [
0 comments (0 inline, 0 general)