We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e66a7 commit a2ce28cCopy full SHA for a2ce28c
src/sage/features/threejs.py
@@ -50,6 +50,11 @@ def required_version(self):
50
"""
51
Return the version of threejs that Sage requires.
52
53
+ Defining what version is required is delegated to the distribution package
54
+ that provides the file ``threejs-version.txt`` in :mod:`sage.ext_data.threejs`.
55
+
56
+ If the file is not provided, :class:`FileNotFoundError` is raised.
57
58
EXAMPLES::
59
60
sage: from sage.features.threejs import Threejs
0 commit comments