Skip to content

Commit fb1d40b

Browse files
author
Matthias Koeppe
committed
build/pkgs/sphinx_inline_tabs: New
1 parent 439065e commit fb1d40b

File tree

10 files changed

+34
-2
lines changed

10 files changed

+34
-2
lines changed

build/pkgs/sagemath_doc_html/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sagelib sphinx sphinx_copybutton pplpy_doc | $(SAGERUNTIME) maxima networkx scipy sympy matplotlib pillow mathjax mpmath ipykernel jupyter_client conway_polynomials tachyon jmol ipywidgets jupyter_sphinx sage_docbuild elliptic_curves furo fpylll
1+
sagelib sphinx sphinx_copybutton sphinx_inline_tabs pplpy_doc | $(SAGERUNTIME) maxima networkx scipy sympy matplotlib pillow mathjax mpmath ipykernel jupyter_client conway_polynomials tachyon jmol ipywidgets jupyter_sphinx sage_docbuild elliptic_curves furo fpylll
22

33
# Building the documentation has many dependencies, because all
44
# documented modules are imported and because we use matplotlib to
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sphinx_inline_tabs: Add inline tabbed content to your Sphinx documentation.
2+
===========================================================================
3+
4+
Description
5+
-----------
6+
7+
Add inline tabbed content to your Sphinx documentation.
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/sphinx-inline-tabs/
16+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=sphinx_inline_tabs-VERSION-py3-none-any.whl
2+
sha1=1404e320d0533280355e7e1e71cffd9937015027
3+
md5=7373d0ebd34be8f9ac2ed62bc63f4582
4+
cksum=2708358042
5+
upstream_url=https://pypi.io/packages/py3/s/sphinx_inline_tabs/sphinx_inline_tabs-VERSION-py3-none-any.whl
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-inline-tabs
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2023.4.21
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([sphinx_inline_tabs], [
2+
SAGE_PYTHON_PACKAGE_CHECK([sphinx_inline_tabs])
3+
])

build/pkgs/sphinx_inline_tabs/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ AC_ARG_ENABLE([doc],
523523
AS_HELP_STRING([--disable-doc],
524524
[disable build of the Sage documentation and packages depending on it]), [
525525
dnl Disable packages needed for docbuilding
526-
for pkg in sage_docbuild alabaster babel snowballstemmer imagesize sphinx sphinxcontrib_devhelp sphinxcontrib_jsmath sphinxcontrib_serializinghtml sphinxcontrib_applehelp sphinxcontrib_htmlhelp sphinxcontrib_qthelp sphinxcontrib_websupport jupyter_sphinx furo sphinx_copybutton mathjax sphinx_basic_ng; do
526+
for pkg in sage_docbuild alabaster babel snowballstemmer imagesize sphinx sphinxcontrib_devhelp sphinxcontrib_jsmath sphinxcontrib_serializinghtml sphinxcontrib_applehelp sphinxcontrib_htmlhelp sphinxcontrib_qthelp sphinxcontrib_websupport jupyter_sphinx furo sphinx_copybutton sphinx_inline_tabs mathjax sphinx_basic_ng; do
527527
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
528528
done
529529
AS_VAR_IF([enableval], [no], [dnl Disable the docbuild by disabling the install tree for documentation

src/sage_docbuild/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'sphinx.ext.extlinks',
5050
'sphinx.ext.mathjax',
5151
'sphinx_copybutton',
52+
'sphinx_inline_tabs',
5253
'IPython.sphinxext.ipython_directive',
5354
'matplotlib.sphinxext.plot_directive',
5455
'jupyter_sphinx',

0 commit comments

Comments
 (0)