File tree 3 files changed +6
-39
lines changed
3 files changed +6
-39
lines changed Original file line number Diff line number Diff line change 7
7
- git fetch --unshallow
8
8
pre_install :
9
9
# see https://github.com/readthedocs/readthedocs.org/issues/8201
10
- - git update-index --assume-unchanged docs/environment.yml docs/source/conf.py
11
- # install mesmer
12
- # * needs to be editable
13
- # * --no-deps to ensure minimal required deps
14
- - python -m pip install --no-deps -e .
10
+ - git update-index --assume-unchanged docs/source/conf.py
11
+ # editable install mesmer with docs extras
12
+ - python -m pip install -e .[docs]
15
13
tools :
16
- python : mambaforge-22.9
14
+ python : " 3.12 "
17
15
sphinx :
18
16
configuration : docs/source/conf.py
19
- conda :
20
- environment : docs/environment.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 56
56
nc-time-axis
57
57
58
58
docs =
59
+ ipython
59
60
numpydoc
60
- sphinx-book-theme
61
61
sphinx
62
+ sphinx-book-theme
62
63
63
64
tests =
64
65
pytest-cov
You can’t perform that action at this time.
0 commit comments