Skip to content

Commit

Permalink
sagemathgh-37269: sage_docbuild: add needs sphinx tags
Browse files Browse the repository at this point in the history
    
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:
sagemath#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: sagemath#37269
Reported by: Gonzalo Tornaría
Reviewer(s):
  • Loading branch information
Release Manager committed Feb 11, 2024
2 parents 5f9ac40 + 1b0ab3d commit d3deb28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sage_docbuild/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# sage.doctest: needs sphinx
r"""
Sage docbuild main
Expand Down
1 change: 1 addition & 0 deletions src/sage_docbuild/builders.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# sage.doctest: needs sphinx
"""
Documentation builders
Expand Down
2 changes: 1 addition & 1 deletion src/sage_docbuild/sphinxbuild.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# sage.doctest: needs sphinx
r"""
Sphinx build script
Expand Down

0 comments on commit d3deb28

Please sign in to comment.