Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/doctest/external.py: Revert latex features to 'external'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 1, 2021
1 parent 391dca1 commit 6f311b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/doctest/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def external_features():
"""
from sage.features.internet import Internet
yield Internet()
import sage.features.latex
yield from sage.features.latex.all_features()
import sage.features.interfaces
yield from sage.features.interfaces.all_features()
from sage.features.mip_backends import CPLEX, Gurobi
Expand Down

0 comments on commit 6f311b3

Please sign in to comment.