From af2032aad7e88162c04ff3a5d4b44f4eaf007a7e Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Sun, 1 Dec 2024 19:19:37 +0100 Subject: [PATCH] Update conf.in.py (#189) * Update conf.in.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert removal of the display_version option The build passes regardless of this option, and it will probably be reinstated by sphinx-rtd-theme for self-hosted projects. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- conf.in.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.in.py b/conf.in.py index 2068104c8a36..4a859c8a8b5d 100644 --- a/conf.in.py +++ b/conf.in.py @@ -28,7 +28,7 @@ ] # , 'rinoh.frontend.sphinx'], 'sphinx_autodoc_typehints' # The suffix of source filenames. -source_suffix = ".rst" +source_suffix = {".rst": "restructuredtext"} # The master toctree document. master_doc = "index"