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.
 
#
 
# This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
# Unported License. To view a copy of this license, visit
 
# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
@@ -28,13 +28,13 @@
 
# sys.path.insert(0, os.path.abspath('.'))
 

	
 

	
 
# -- Project information -----------------------------------------------------
 

	
 
project = 'Gimmecert'
 
copyright = '2018, Branko Majic'
 
copyright = '2020, Branko Majic'
 
author = 'Branko Majic'
 

	
 
# The short X.Y version
 
version = '0.0-dev'
 
# The full version, including alpha/beta/rc tags
 
release = version
setup.py
Show inline comments
 
@@ -29,13 +29,13 @@ python_requirements = ">=3.5,<3.9"
 
install_requirements = [
 
    'cryptography>=2.9,<2.10',
 
    'python-dateutil>=2.8,<2.9',
 
]
 

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

	
 
test_lint_requirements = [
 
    'flake8>=3.8,<3.9',
 
]
 

	
0 comments (0 inline, 0 general)