From 8cc61b4b3dd8dfa06d82b390283c8e4f8b4ae744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:04:10 +0100 Subject: [PATCH] fix: documentation theme (#805) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75b5621b..23a83f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.1.3", - "ansys-sphinx-theme==1.2.4", + "ansys-sphinx-theme==1.2.6", "Jinja2 ==3.1.5", "Pillow==11.1.0", "PyGithub==2.5.0", @@ -139,4 +139,4 @@ convention = "numpy" [tool.ruff.lint.isort] combine-as-imports = true -force-sort-within-sections = true \ No newline at end of file +force-sort-within-sections = true