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.
Files changed (28) hide show
  1. {passagemath_docbuild-10.5.40/passagemath_docbuild.egg-info → passagemath_docbuild-10.5.41}/PKG-INFO +1 -1
  2. passagemath_docbuild-10.5.41/VERSION.txt +1 -0
  3. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41/passagemath_docbuild.egg-info}/PKG-INFO +1 -1
  4. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/conf.py +4 -4
  5. passagemath_docbuild-10.5.40/VERSION.txt +0 -1
  6. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/MANIFEST.in +0 -0
  7. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/README.rst +0 -0
  8. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/SOURCES.txt +0 -0
  9. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/dependency_links.txt +0 -0
  10. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/requires.txt +0 -0
  11. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/passagemath_docbuild.egg-info/top_level.txt +0 -0
  12. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/pyproject.toml +0 -0
  13. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/pyproject.toml.m4 +0 -0
  14. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/requirements.txt +0 -0
  15. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/__init__.py +0 -0
  16. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/__main__.py +0 -0
  17. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/build_options.py +0 -0
  18. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/builders.py +0 -0
  19. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/__init__.py +0 -0
  20. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/inventory_builder.py +0 -0
  21. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/multidocs.py +0 -0
  22. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/ext/sage_autodoc.py +0 -0
  23. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/sphinxbuild.py +0 -0
  24. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/utils.py +0 -0
  25. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/sage_docbuild/vendor.py +0 -0
  26. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/setup.cfg +0 -0
  27. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/setup.py +0 -0
  28. {passagemath_docbuild-10.5.40 → passagemath_docbuild-10.5.41}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-docbuild
3
- Version: 10.5.40
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-docbuild
3
- Version: 10.5.40
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/sagemath/sage/'
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/sagemath/sage/pull/{pr_number}'
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'Version {release} Documentation'
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'Version {release} Reference Manual'
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