passagemath-docbuild 10.5.40__tar.gz → 10.5.41__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {passagemath_docbuild-10.5.40/passagemath_docbuild.egg-info → passagemath_docbuild-10.5.41}/PKG-INFO +1 -1
- passagemath_docbuild-10.5.41/VERSION.txt +1 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41/passagemath_docbuild.egg-info}/PKG-INFO +1 -1
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/conf.py +4 -4
- passagemath_docbuild-10.5.40/VERSION.txt +0 -1
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/MANIFEST.in +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/README.rst +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/SOURCES.txt +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/dependency_links.txt +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/requires.txt +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/top_level.txt +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/pyproject.toml +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/pyproject.toml.m4 +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/requirements.txt +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/__init__.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/__main__.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/build_options.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/builders.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/__init__.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/inventory_builder.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/multidocs.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/sage_autodoc.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/sphinxbuild.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/utils.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/vendor.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/setup.cfg +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/setup.py +0 -0
- {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/tox.ini +0 -0
{passagemath_docbuild-10.5.40/passagemath_docbuild.egg-info → passagemath_docbuild-10.5.41}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-docbuild
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.41
|
4
4
|
Summary: passagemath: Build system of the Sage documentation
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.41
|
{passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41/passagemath_docbuild.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-docbuild
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.41
|
4
4
|
Summary: passagemath: Build system of the Sage documentation
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -200,7 +200,7 @@ copyright = "2005--{}, The Sage Development Team".format(dateutil.parser.parse(s
|
|
200
200
|
version = sage.version.version
|
201
201
|
release = sage.version.version
|
202
202
|
|
203
|
-
source_repository = 'https://github.com/
|
203
|
+
source_repository = 'https://github.com/passagemath/passagemath/'
|
204
204
|
source_branch = 'develop'
|
205
205
|
|
206
206
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
@@ -457,7 +457,7 @@ if is_for_develop or is_for_github_pr or not is_stable_release: # condition for
|
|
457
457
|
# See NETLIFY_ALIAS of the "Deploy to Netlify" step.
|
458
458
|
ver = f'<a href="https://doc-develop--sagemath.netlify.app/html/en/index.html">{version}</a>'
|
459
459
|
if is_for_github_pr:
|
460
|
-
pr_url = f'https://github.com/
|
460
|
+
pr_url = f'https://github.com/passagemath/passagemath/pull/{pr_number}'
|
461
461
|
pr_sha = os.environ.get('PR_SHA', '')
|
462
462
|
pr_commit = pr_url + f'/commits/{pr_sha}'
|
463
463
|
ver += f' built with GitHub PR <a href="{pr_url}">#{pr_number}</a>' \
|
@@ -690,7 +690,7 @@ def add_page_context(app, pagename, templatename, context, doctree):
|
|
690
690
|
path2 = os.path.join(SAGE_DOC, 'html', 'en')
|
691
691
|
relpath = os.path.relpath(path2, path1)
|
692
692
|
context['release'] = release
|
693
|
-
context['documentation_title'] = f'
|
693
|
+
context['documentation_title'] = f'passagemath {release} Documentation'
|
694
694
|
context['documentation_root'] = os.path.join(relpath, 'index.html')
|
695
695
|
if 'website' in path1:
|
696
696
|
context['title'] = 'Documentation'
|
@@ -699,7 +699,7 @@ def add_page_context(app, pagename, templatename, context, doctree):
|
|
699
699
|
if 'reference' in path1 and not path1.endswith('reference'):
|
700
700
|
path2 = os.path.join(SAGE_DOC, 'html', 'en', 'reference')
|
701
701
|
relpath = os.path.relpath(path2, path1)
|
702
|
-
context['reference_title'] = f'
|
702
|
+
context['reference_title'] = f'passagemath {release} Reference Manual'
|
703
703
|
context['reference_root'] = os.path.join(relpath, 'index.html')
|
704
704
|
context['refsub'] = True
|
705
705
|
if pagename.startswith('sage/'):
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.40
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/build_options.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/inventory_builder.py
RENAMED
File without changes
|
{passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/multidocs.py
RENAMED
File without changes
|
{passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/sage_autodoc.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|