From f802e12f8769f2cad5e5e95098b7567655c5bba8 Mon Sep 17 00:00:00 2001 From: Tiago Nobrega Date: Fri, 11 Oct 2024 17:56:00 -0300 Subject: [PATCH] chore(docs): disable contributors display As of canonical-sphinx 0.2.0 this feature is raising git-related errors on readthedocs builds. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 1e68c1ec3..9129c294b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -169,6 +169,8 @@ } # endregion +display_contributors = False + def generate_cli_docs(nil): gen_cli_docs_path = (project_dir / "tools" / "docs" / "gen_cli_docs.py").resolve()