Skip to content

Commit a48ebd5

Browse files
committed
try fix RTD
- add numba to doc environment - revert api hidden (it works locally so it should work on RTD) - doc envrionment: bump python version to 3.11 (maybe will solve the annotation warning similar to sphinx-doc/sphinx#11460 ?)
1 parent 8be51fd commit a48ebd5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: fastscapelib-docs
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10
5+
- python=3.11
66
- breathe
77
- cmake
88
- xtensor-python
99
- pybind11
1010
- scikit-build-core
1111
- numpy
12+
- numba
1213
- matplotlib-base
1314
- pygalmesh
1415
- sphinx

doc/source/api_python/hidden.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77

88
MSTMethod
99
MSTRouteMethod
10+
flow.numba.flow_kernel.NumbaFlowKernel
11+
flow.numba.flow_kernel.NumbaFlowKernelData

0 commit comments

Comments
 (0)