Skip to content

Commit d3deb28

Browse files
author
Release Manager
committed
gh-37269: sage_docbuild: add needs sphinx tags Add "needs sphinx" tags to some tests in `src/sage_docbuild` so there is no failure when sphinx is not installed in the system. See: #37263 (comment) ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. URL: #37269 Reported by: Gonzalo Tornaría Reviewer(s):
2 parents 5f9ac40 + 1b0ab3d commit d3deb28

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/sage_docbuild/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sphinx
12
r"""
23
Sage docbuild main
34

src/sage_docbuild/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sphinx
12
"""
23
Documentation builders
34

src/sage_docbuild/sphinxbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- coding: utf-8 -*-
1+
# sage.doctest: needs sphinx
22
r"""
33
Sphinx build script
44

0 commit comments

Comments
 (0)