summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:46:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:46:13 +0900
commit6a55947e9f8f51c42a4719663f10b85c921a5918 (patch)
tree4315f8b35a232794ba4069cfe0301308101239b6 /sphinx/config.py
parentcee921fe416068021996ec24ad19afb54cd6bbec (diff)
parented75950017e63b3ccfe2beef3d22ae6ec44410b0 (diff)
downloadsphinx-git-6a55947e9f8f51c42a4719663f10b85c921a5918.tar.gz
Merge branch '3.0.x' into 3.x
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index 6e6c256c5..92c203dfd 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -131,7 +131,7 @@ class Config:
'rst_epilog': (None, 'env', [str]),
'rst_prolog': (None, 'env', [str]),
'trim_doctest_flags': (True, 'env', []),
- 'primary_domain': ('py', 'env', [NoneType]), # type: ignore
+ 'primary_domain': ('py', 'env', [NoneType]),
'needs_sphinx': (None, None, [str]),
'needs_extensions': ({}, None, []),
'manpages_url': (None, 'env', []),