Skip to content

Commit fdf8e9c

Browse files
authored
fix(cli): fix bempp import (#44)
1 parent 6171f62 commit fdf8e9c

File tree

15 files changed

+40
-28
lines changed

15 files changed

+40
-28
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
python-version:
3939
- "3.12"
4040
- "3.13"
41+
# - "3.14"
4142
os:
4243
- ubuntu-latest
4344
- windows-latest

docs/conf.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@
2525
# ones.
2626
extensions = [
2727
"myst_parser",
28-
"sphinx.ext.napoleon",
28+
"sphinx.ext.duration",
2929
"sphinx.ext.autodoc",
3030
"sphinx.ext.viewcode",
31+
"sphinx.ext.mathjax",
32+
"sphinx.ext.napoleon",
33+
"sphinx_math_dollar",
34+
]
35+
myst_enable_extensions = [
36+
"amsmath",
37+
"dollarmath",
3138
]
32-
napoleon_google_docstring = False
3339

3440
# The suffix of source filenames.
3541
source_suffix = [

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
:maxdepth: 2
66
77
installation
8-
usage
98
```
109

1110
```{toctree}

docs/installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ The package is published on [PyPI](https://pypi.org/project/biem-helmholtz-spher
77
```bash
88
pip install biem-helmholtz-sphere
99
```
10-
11-
Next, see the {ref}`section about usage <usage>` to see how to use it.

docs/usage.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)