Skip to content

Commit c037f97

Browse files
author
manoharlab
committed
FIX: removed sphinx-nbexamples from requirements
1 parent 7c28505 commit c037f97

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.11"
6+
python: "3.12"
77

88
python:
99
install:

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"sphinx.ext.autosummary",
2323
"sphinx.ext.napoleon",
2424
"sphinx.ext.mathjax",
25-
"sphinx_nbexamples",
2625
]
2726

2827
apidoc_module_dir = f"../{project}"

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ setuptools_scm_git_archive
1111
sphinx >= 2
1212
sphinxcontrib-apidoc
1313
sphinx_rtd_theme
14-
pre-commit
15-
sphinx-nbexamples
14+
pre-commit

0 commit comments

Comments
 (0)