Skip to content

Commit 1fdbbfe

Browse files
Fek04w1th0utnam3
authored andcommitted
Changed documentation theme to sphinx_rtd_theme
1 parent 43a31b7 commit 1fdbbfe

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

pysplashsurf/pysplashsurf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def marching_cubes_cleanup(
286286
):
287287
"""Mesh simplification designed for marching cubes surfaces meshes inspired by the "Compact Contouring"/"Mesh displacement" approach by Doug Moore and Joe Warren
288288
289-
See Moore and Warren: ["Mesh Displacement: An Improved Contouring Method for Trivariate Data"](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.49.5214&rep=rep1&type=pdf) (1991)
289+
See Moore and Warren: `"Mesh Displacement: An Improved Contouring Method for Trivariate Data" <https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.49.5214&rep=rep1&type=pdf>`_ (1991)
290290
or Moore and Warren: "Compact Isocontours from Sampled Data" in "Graphics Gems III" (1992).
291291
292292
Parameters
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip==25.0.1
22
numpy==2.2.3
33
meshio==5.3.5
4-
furo
4+
sphinx_rtd_theme==3.0.1
55
numpydoc==1.8.0
66
myst-parser==4.0.1

pysplashsurf/pysplashsurf/docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'sphinx.ext.autosummary',
3333
'numpydoc',
3434
'myst_parser',
35+
'sphinx_rtd_theme',
3536
]
3637

3738
source_suffix = ['.rst', '.md']
@@ -52,9 +53,9 @@
5253
# The theme to use for HTML and HTML Help pages. See the documentation for
5354
# a list of builtin themes.
5455
#
55-
html_theme = 'furo'
56+
html_theme = 'sphinx_rtd_theme'
5657

5758
# Add any paths that contain custom static files (such as style sheets) here,
5859
# relative to this directory. They are copied after the builtin static files,
5960
# so a file named "default.css" will overwrite the builtin "default.css".
60-
html_static_path = ['_static']
61+
# html_static_path = ['_static']

pysplashsurf/python_environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- trimesh=4.6.5
1717
- rtree=1.4.0
1818
- scipy=1.15.2
19-
- furo
19+
- sphinx_rtd_theme=3.0.1
2020
- myst-parser=4.0.1
2121
- pytest=8.3.5
2222
- pytest-md=0.2.0

0 commit comments

Comments
 (0)