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 9d69edb commit 208dabeCopy full SHA for 208dabe
docs/conf.py
@@ -242,7 +242,7 @@ def _doit(topdir):
242
for root, dirs, files in os.walk(topdir):
243
for filename in files:
244
# Parse filenames of the format a "foo.X.rst"
245
- parts = re.search("^([^/]+?)\.([0-9]+)\.rst$", filename)
+ parts = re.search(r"^([^/]+?)\.([0-9]+)\.rst$", filename)
246
247
# Skip files that do not match that format (e.g.,
248
# "index.rst")
0 commit comments