We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b593060 commit 2b44127Copy full SHA for 2b44127
.readthedocs.yml
@@ -5,16 +5,20 @@ sphinx:
5
6
build:
7
os: ubuntu-22.04
8
+ apt_packages:
9
+ - autoconf
10
+ - automake
11
+ - libtool
12
+ - pkgconf
13
tools:
- python: mambaforge-22.9
-
-conda:
- environment: doc/environment.yml
14
+ python: "3.11"
15
16
python:
17
install:
18
- method: pip
19
path: .
20
+ extra_requirements:
21
+ - doc
22
23
submodules:
24
include: all
doc/environment.yml
pyproject.toml
@@ -35,6 +35,13 @@ test = [
35
"matplotlib",
36
"scipy",
37
]
38
+doc = [
39
+ "ipykernel",
40
+ "matplotlib",
41
+ "nbsphinx",
42
+ "numpydoc",
43
+ "scipy",
44
+]
45
46
[project.urls]
47
homepage = "http://github.com/healpy"
0 commit comments