Drop section numbering from documentation builds
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 7 Jan 2020 00:38:14 +0000 (00:38 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 8 Jan 2020 23:34:58 +0000 (23:34 +0000)
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
doc/source/conf.py
doc/source/index.rst

diff --git a/LICENSE b/LICENSE
index 1985d40..90f7ac2 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -10,7 +10,7 @@ preferred license of many projects (OpenBSD, for example).
 
 copyright notice
 ----------------
-Copyright (c) 2004-2019 Jeremy Stanley <fungi@yuggoth.org> and other
+Copyright (c) 2004-2020 Jeremy Stanley <fungi@yuggoth.org> and other
 mudpy authors listed in the Git history or AUTHORS file.
 
 permission notice
index 29b49c2..d0f203a 100755 (executable)
@@ -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'
index e130010..8faeb97 100644 (file)
@@ -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