Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 05:59:02 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 06:06:23 +0300
commit6bb7b891a16fbcd5fad1f88fb472505549b9c084 (patch)
tree56437ca8d43f98ddab1c1eb1a5015346fb47ad27 /sphinx/ext/todo.py
parentb691ebcc3e440a678cd28432fed7279fa647e9cd (diff)
Remove copyright and licence fields
Diffstat (limited to 'sphinx/ext/todo.py')
-rw-r--r--sphinx/ext/todo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py
index 3f27c6850..c0d034087 100644
--- a/sphinx/ext/todo.py
+++ b/sphinx/ext/todo.py
@@ -3,9 +3,6 @@
Inclusion of todos can be switched of by a configuration variable.
The todolist directive collects all todos of your project and lists them along
with a backlink to the original location.
-
-:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
-:license: BSD, see LICENSE for details.
"""
from typing import Any, Dict, List, Tuple, cast