File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed
Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 55# Required
66version : 2
77build :
8- os : ubuntu-22.04
8+ os : ubuntu-lts-latest
99 tools :
10- python : " 3.11"
10+ python : " 3.12"
11+ jobs :
12+ post-install :
13+ - python -m pip --version
14+ - python -m pip install -e --group docs
1115
1216# Build documentation in the docs/ directory with Sphinx
1317sphinx :
@@ -16,11 +20,3 @@ sphinx:
1620# If using Sphinx, optionally build your docs in additional formats such as PDF
1721# formats:
1822# - pdf
19-
20- # Optionally declare the Python requirements required to build your docs
21- python :
22- install :
23- - method : pip
24- path : .
25- extra_requirements :
26- - docs
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ dev = [
5353 " validate-pyproject[all]" ,
5454]
5555# Local ReadTheDocs building
56- # NOTE: duplicated in project.optional-dependencies
5756docs = [
5857 " myst-nb" ,
5958 " sphinx" ,
@@ -74,17 +73,6 @@ notebooks = [
7473 " scikit-image" ,
7574]
7675
77- # Remote ReadTheDocs building
78- # NOTE: duplicated in dependency-groups
79- [project .optional-dependencies ]
80- docs = [
81- " myst-nb" ,
82- " sphinx" ,
83- " sphinx-copybutton" ,
84- " sphinx_rtd_theme" ,
85- " readthedocs-sphinx-search" ,
86- ]
87-
8876[project .scripts ]
8977imagej = " imagej:imagej_main"
9078
You can’t perform that action at this time.
0 commit comments