Skip to content
Snippets Groups Projects
Verified Commit 18adbb72 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: fix copyright years displayed in Sphinx output

(cherry picked from commit 09220366)
parent 261c8625
No related branches found
No related tags found
No related merge requests found
Pipeline #6754 passed
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2018-2020 Dynare Team # Copyright (C) 2018-2022 Dynare Team
# #
# This file is part of Dynare. # This file is part of Dynare.
# #
...@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML' ...@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
master_doc = 'index' master_doc = 'index'
project = u'Dynare' project = u'Dynare'
copyright = u'2020, Dynare Team' copyright = u'1996–2022 Dynare Team'
author = u'Dynare Team' author = u'Dynare Team'
add_function_parentheses = False add_function_parentheses = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment