Skip to content

Commit 1025031

Browse files
committed
o Fix docs and python3 kernel on RTD
1 parent 69aa823 commit 1025031

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ def __getattr__(cls, name):
7171
# jupyter_execute_notebooks = "off"
7272
# nb_execution_mode = "off"
7373

74-
# Disable notebook execution on Read the Docs to avoid missing kernel errors
75-
on_rtd = os.environ.get("READTHEDOCS") == "True"
76-
if on_rtd:
77-
jupyter_execute_notebooks = "off"
78-
nb_execution_mode = "off"
79-
nbsphinx_execute = "never"
8074

8175
extlinks = {
8276
"issue": ("https://github.com/uxarray/uxarray/issues/%s", "GH"),

docs/user-guide/vector_calculus.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,9 @@
765765
],
766766
"metadata": {
767767
"kernelspec": {
768-
"display_name": "uxarray_env3.12",
768+
"display_name": "Python 3",
769769
"language": "python",
770-
"name": "uxarray_env3.12"
770+
"name": "python3"
771771
},
772772
"language_info": {
773773
"codemirror_mode": {

docs/userguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ These user guides provide detailed explanations of the core functionality in UXa
6767
`Weighted Mean <user-guide/weighted_mean.ipynb>`_
6868
Compute the weighted average
6969

70-
`Vector Calculations <user-guide/vector_calculations.ipynb>`_
70+
`Vector Calculations <user-guide/vector_calculus.ipynb>`_
7171
Compute vector field operations such as gradients, curl, and divergence
7272

7373
`Tree Structures <user-guide/tree_structures.ipynb>`_

0 commit comments

Comments
 (0)