@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
import sys, os, re
|
import sys, os, re
|
||||||
import os.path
|
import os.path
|
||||||
|
import importlib
|
||||||
|
|
||||||
# print "working path is %s" % os.getcwd()
|
# print "working path is %s" % os.getcwd()
|
||||||
# sys.path.append("../cadquery")
|
# sys.path.append("../cadquery")
|
||||||
@ -66,11 +67,9 @@ copyright = "Parametric Products Intellectual Holdings LLC, All Rights Reserved"
|
|||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
|
||||||
# The short X.Y version.
|
version = importlib.metadata.version("cadquery")
|
||||||
version = "2.4"
|
release = version
|
||||||
# The full version, including alpha/beta/rc tags.
|
|
||||||
release = "2.4.0"
|
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -7,7 +7,7 @@ dependencies:
|
|||||||
- ocp=7.7.2
|
- ocp=7.7.2
|
||||||
- vtk=*=qt*
|
- vtk=*=qt*
|
||||||
- pyparsing>=2.1.9
|
- pyparsing>=2.1.9
|
||||||
- sphinx=5.0.1
|
- sphinx=8.1.3
|
||||||
- sphinx_rtd_theme
|
- sphinx_rtd_theme
|
||||||
- mypy
|
- mypy
|
||||||
- codecov
|
- codecov
|
||||||
|
Reference in New Issue
Block a user