Skip to content

Commit 89a90ba

Browse files
committed
Mark sagemath_doc_html type as optional
1 parent 43fa31e commit 89a90ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/sagemath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(self):
101101
filename='html',
102102
search_path=(SAGE_DOC,),
103103
spkg='sagemath_doc_html',
104-
type='standard')
104+
type='optional')
105105

106106

107107
class sage__combinat(JoinFeature):

0 commit comments

Comments
 (0)