File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
import sys , os , re
15
15
import os .path
16
+ import importlib
16
17
17
18
# print "working path is %s" % os.getcwd()
18
19
# sys.path.append("../cadquery")
66
67
# The version info for the project you're documenting, acts as replacement for
67
68
# |version| and |release|, also used in various other places throughout the
68
69
# built documents.
69
- #
70
- # The short X.Y version.
71
- version = "2.4"
72
- # The full version, including alpha/beta/rc tags.
73
- release = "2.4.0"
70
+
71
+ version = importlib .metadata .version ("cadquery" )
72
+ release = version
74
73
75
74
# The language for content autogenerated by Sphinx. Refer to documentation
76
75
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
- ocp=7.7.2
8
8
- vtk=*=qt*
9
9
- pyparsing>=2.1.9
10
- - sphinx=5.0.1
10
+ - sphinx=8.1.3
11
11
- sphinx_rtd_theme
12
12
- mypy
13
13
- codecov
You can’t perform that action at this time.
0 commit comments