File tree 3 files changed +24
-4
lines changed
3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 10
10
os : ubuntu-22.04
11
11
tools :
12
12
python : " 3.12"
13
+ jobs :
14
+ pre_build :
15
+ - pip install '.[doc,tests]'
13
16
14
17
# Build documentation in the "docs/" directory with Sphinx
15
18
sphinx :
@@ -19,8 +22,9 @@ sphinx:
19
22
# to build your documentation
20
23
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
21
24
python :
22
- install :
25
+ install :
26
+ # - requirements: docs/docs-requirements.txt
23
27
- method : pip
24
28
path : .
25
- extra_requirements :
26
- - [doc, tests]
29
+ # extra_requirements:
30
+ # - [doc, tests]
Original file line number Diff line number Diff line change
1
+ dask[dataframe]
2
+ geopandas
3
+ Jinja2 >=2.11
4
+ ipykernel
5
+ matplotlib
6
+ nbsphinx
7
+ numpydoc
8
+ pandoc
9
+ pydata_sphinx_theme
10
+ sphinx
11
+ sphinx-panels
12
+ sphinx_rtd_theme
13
+ flake8
14
+ isort
15
+ noise >= 1.2.2
16
+ pytest
17
+ pytest-cov
Original file line number Diff line number Diff line change 44
44
'sphinx.ext.napoleon' ,
45
45
'sphinx.ext.viewcode' ,
46
46
'sphinx.ext.autosummary' ,
47
- 'sphinx_multiversion' ,
48
47
'nbsphinx' ,
49
48
'sphinx.ext.mathjax' ,
50
49
'matplotlib.sphinxext.plot_directive' ,
You can’t perform that action at this time.
0 commit comments