Skip to content

Commit 8d95e79

Browse files
kshitij-mathsndem0
authored andcommitted
fix: LaTeX rendering issue
1 parent b482f27 commit 8d95e79

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

docs/source/.nojekyll

Whitespace-only changes.

docs/source/bffd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Barycenter Free-form Deformation
2-
=====================
2+
================================
33

44
.. currentmodule:: pygem.bffd
55

docs/source/cffd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Constrained Free-form Deformation
2-
=====================
2+
=================================
33

44
.. currentmodule:: pygem.cffd
55

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"sphinx.ext.coverage",
4242
"sphinx.ext.viewcode",
4343
"sphinx.ext.ifconfig",
44+
"sphinx.ext.mathjax",
4445
]
4546

4647
intersphinx_mapping = {
@@ -174,7 +175,7 @@
174175
# Add any extra paths that contain custom files (such as robots.txt or
175176
# .htaccess) here, relative to this directory. These files are copied
176177
# directly to the root of the documentation.
177-
html_extra_path = ["_tutorials"]
178+
html_extra_path = ["_tutorials", ".nojekyll"]
178179

179180
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
180181
# using the given strftime format.

docs/source/contributing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Common Development Tasks
2121
**Running tests:**
2222

2323
.. code-block:: bash
24+
2425
pip install -e ".[dev]" # or ".[test]" if just running tests
2526
pytest
2627

docs/source/vffd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Volume Free-form Deformation
2-
=====================
2+
============================
33

44
.. currentmodule:: pygem.vffd
55

0 commit comments

Comments
 (0)