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.
user_agent
1 parent f0059ef commit fdb38fcCopy full SHA for fdb38fc
doc/changelog.d/1142.changed.md
@@ -0,0 +1 @@
1
+docs: add ``user_agent`` to Sphinx build
doc/source/conf.py
@@ -309,6 +309,9 @@ def intersphinx_pyansys_geometry(switcher_version: str):
309
r".*/examples/.*.ipynb",
310
]
311
312
+# User agent
313
+user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81" # noqa: E501
314
+
315
# -- Declare the Jinja context -----------------------------------------------
316
exclude_patterns = []
317
BUILD_API = True if os.environ.get("BUILD_API", "true") == "true" else False
0 commit comments