Skip to content

Commit 2e0b91d

Browse files
author
Matthias Koeppe
committed
src/sage/doctest/control.py: Fix up merge
1 parent 2dd7cf5 commit 2e0b91d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/sage/doctest/control.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -408,20 +408,6 @@ def __init__(self, options, args):
408408
from sage.features import package_systems
409409
options.optional.update(system.name
410410
for system in package_systems())
411-
412-
<<<<<<< HEAD
413-
from sage.features.sphinx import Sphinx
414-
doc_features = [feature for feature in [Sphinx()]
415-
if feature.is_present()]
416-
options.optional.update(feature.name for feature in doc_features)
417-
418-
logger = sys.stderr if options.verbose else None
419-
from sage.features.sagemath import sage_features
420-
options.optional.update(feature.name
421-
for feature in sage_features(logger=logger))
422-
423-
=======
424-
>>>>>>> 9.5.beta9
425411
# Check that all tags are valid
426412
for o in options.optional:
427413
if not optionaltag_regex.search(o):

0 commit comments

Comments
 (0)