Skip to content

Commit b5f1cd8

Browse files
authored
Address a type-conversion noted during doc builds (#3623)
1 parent 1f28422 commit b5f1cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
company, name = "tox-dev", "tox"
2525
release, version = __version__, ".".join(__version__.split(".")[:2])
2626
copyright = f"{company}" # noqa: A001
27-
master_doc, source_suffix = "index", ".rst"
27+
master_doc = "index"
28+
source_suffix = {".rst": "restructuredtext"}
2829

2930
html_theme = "furo"
3031
html_title, html_last_updated_fmt = "tox", "%Y-%m-%dT%H:%M:%S"

0 commit comments

Comments
 (0)