From ddd8ec4c67517201e34ffb4b11c04a315404f83d Mon Sep 17 00:00:00 2001 From: Rey DeLeon Date: Mon, 2 Jun 2025 12:16:08 -0600 Subject: [PATCH] Parallel doc build --- doc/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index ef55aed7d..e1bc9ccef 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -279,7 +279,7 @@ def reset_pyvista(gallery_conf, fname): # Set plot_gallery to False for building docs without running examples. "plot_gallery": PLOT_GALLERY, # Allow parallel execution of examples - "parallel": 1, + "parallel": 4, # Reset PyVista for each example, required with parallel execution "reset_modules": (reset_pyvista,), } diff --git a/pyproject.toml b/pyproject.toml index 298d03e0e..8bdb9d538 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ maintainers = [{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}] name = "ansys-additive-core" readme = "README.rst" requires-python = ">=3.10,<4" -version = "0.21.dev0" +version = "0.21.dev1" dependencies = [ "ansys-api-additive==5.0.3",