We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0a7a6 commit d978f93Copy full SHA for d978f93
sphinx/config.py
@@ -22,7 +22,7 @@
22
from sphinx.util.i18n import format_date
23
24
nonascii_re = re.compile(br'[\x80-\xff]')
25
-copyright_year_re = re.compile(br'^((\d{4}-)?)(\d{4})(?=[ ,])')
+copyright_year_re = re.compile(r'^((\d{4}-)?)(\d{4})(?=[ ,])')
26
27
CONFIG_SYNTAX_ERROR = "There is a syntax error in your configuration file: %s"
28
if PY3:
0 commit comments