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 1f28422 commit b5f1cd8Copy full SHA for b5f1cd8
docs/conf.py
@@ -24,7 +24,8 @@
24
company, name = "tox-dev", "tox"
25
release, version = __version__, ".".join(__version__.split(".")[:2])
26
copyright = f"{company}" # noqa: A001
27
-master_doc, source_suffix = "index", ".rst"
+master_doc = "index"
28
+source_suffix = {".rst": "restructuredtext"}
29
30
html_theme = "furo"
31
html_title, html_last_updated_fmt = "tox", "%Y-%m-%dT%H:%M:%S"
0 commit comments