From 0990f14397431811d3bce39b455201b802ad3ae7 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 7 Jan 2020 00:38:14 +0000 Subject: [PATCH 1/1] Drop section numbering from documentation builds Sphinx section numbering leads to confusing output, particularly for the rendered ChangeLog. Remove it. Update copyright year in the LICENSE as this is the first change of the new year, and similarly update it in rendered documentation footers as this is the first documentation change of the year. --- LICENSE | 2 +- doc/source/conf.py | 4 ++-- doc/source/index.rst | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 1985d40..90f7ac2 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ preferred license of many projects (OpenBSD, for example). copyright notice ---------------- -Copyright (c) 2004-2019 Jeremy Stanley and other +Copyright (c) 2004-2020 Jeremy Stanley and other mudpy authors listed in the Git history or AUTHORS file. permission notice diff --git a/doc/source/conf.py b/doc/source/conf.py index 29b49c2..d0f203a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2019 mudpy authors. Permission to use, copy, +# Copyright (c) 2018-2020 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -12,7 +12,7 @@ project = 'mudpy' add_function_parentheses = True add_module_names = True -copyright = '2004-2019, mudpy authors' +copyright = '2004-2020, mudpy authors' extensions = ['sphinx.ext.autodoc'] html_favicon = '_static/logo.svg' html_logo = '_static/logo.svg' diff --git a/doc/source/index.rst b/doc/source/index.rst index e130010..8faeb97 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2018 mudpy authors. Permission to use, copy, +.. Copyright (c) 2018-2020 mudpy authors. Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. @@ -13,7 +13,6 @@ .. toctree:: :hidden: :maxdepth: 2 - :numbered: api changelog -- 2.11.0