From 5b9ae4f5be54ca026e4a727b9caeb56bdb2d8ae0 Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 17 Feb 2025 21:55:41 +0100 Subject: Disallow atlassian-bot in robots.txt (cherry picked from commit 0e440465338457b513e8b295f95b112bde75074b) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index f05832fe..95f0c31a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,6 +109,8 @@ html_theme = "sphinx_rtd_theme" # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_extra_path = ['_html_extra'] + # Custom sidebar templates, must be a dictionary that maps document names # to template names. # -- cgit v1.2.3