From 0aa2c7bece3305b63467c9ee71f0d0ae88b049f6 Mon Sep 17 00:00:00 2001 From: kshitij-maths Date: Sat, 6 Dec 2025 00:33:50 +0100 Subject: [PATCH 1/2] fix: LaTeX rendering issue --- docs/source/.nojekyll | 0 docs/source/bffd.rst | 2 +- docs/source/cffd.rst | 2 +- docs/source/conf.py | 3 ++- docs/source/contributing.rst | 1 + docs/source/vffd.rst | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 docs/source/.nojekyll diff --git a/docs/source/.nojekyll b/docs/source/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/docs/source/bffd.rst b/docs/source/bffd.rst index 418dbfc3..6e481bf6 100644 --- a/docs/source/bffd.rst +++ b/docs/source/bffd.rst @@ -1,5 +1,5 @@ Barycenter Free-form Deformation -===================== +================================ .. currentmodule:: pygem.bffd diff --git a/docs/source/cffd.rst b/docs/source/cffd.rst index 373a362e..e7ba3db6 100644 --- a/docs/source/cffd.rst +++ b/docs/source/cffd.rst @@ -1,5 +1,5 @@ Constrained Free-form Deformation -===================== +================================= .. currentmodule:: pygem.cffd diff --git a/docs/source/conf.py b/docs/source/conf.py index 9642306f..4c4e0d64 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,6 +41,7 @@ "sphinx.ext.coverage", "sphinx.ext.viewcode", "sphinx.ext.ifconfig", + "sphinx.ext.mathjax", ] intersphinx_mapping = { @@ -174,7 +175,7 @@ # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. -html_extra_path = ["_tutorials"] +html_extra_path = ["_tutorials", ".nojekyll"] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index 98679f4a..482aff2e 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -21,6 +21,7 @@ Common Development Tasks **Running tests:** .. code-block:: bash + pip install -e ".[dev]" # or ".[test]" if just running tests pytest diff --git a/docs/source/vffd.rst b/docs/source/vffd.rst index 1f2b4453..91b7a93f 100644 --- a/docs/source/vffd.rst +++ b/docs/source/vffd.rst @@ -1,5 +1,5 @@ Volume Free-form Deformation -===================== +============================ .. currentmodule:: pygem.vffd From 9f472463ff65786b5d946f447bb4fac26515e613 Mon Sep 17 00:00:00 2001 From: kshitij-maths Date: Sat, 6 Dec 2025 00:44:31 +0100 Subject: [PATCH 2/2] update: pythonocc-core version in the readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82392ad1..a619abac 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ module `pythonocc-core` is required to deal with IGES files. This requirement cannot be satisfied through `pip`, but the precompiled binaries are available on `conda` using the command: ```bash -conda install -c conda-forge pythonocc-core=7.4.0 +conda install -c conda-forge pythonocc-core ``` For additional information about the compilation and installation of `pythonocc`, we refer the original