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/control.py: Fix up merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 26, 2021
1 parent 2dd7cf5 commit 2e0b91d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/sage/doctest/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,20 +408,6 @@ def __init__(self, options, args):
from sage.features import package_systems
options.optional.update(system.name
for system in package_systems())

<<<<<<< HEAD
from sage.features.sphinx import Sphinx
doc_features = [feature for feature in [Sphinx()]
if feature.is_present()]
options.optional.update(feature.name for feature in doc_features)

logger = sys.stderr if options.verbose else None
from sage.features.sagemath import sage_features
options.optional.update(feature.name
for feature in sage_features(logger=logger))

=======
>>>>>>> 9.5.beta9
# Check that all tags are valid
for o in options.optional:
if not optionaltag_regex.search(o):
Expand Down

0 comments on commit 2e0b91d

Please sign in to comment.