From 4a445908c272109dece8d2c16db08748fba48d3e Mon Sep 17 00:00:00 2001 From: German Date: Fri, 12 Apr 2024 11:07:47 +0200 Subject: [PATCH] Customize agent for linkchecker --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 010b96c92e..a596bce6ff 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -224,6 +224,8 @@ "pyvista.Plotter.show", ] +user_agent = """curl https://www.ansys.com -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.3""" + # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx"