passagemath-docbuild 10.5.22__tar.gz → 10.5.23__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.22/passagemath_docbuild.egg-info → passagemath_docbuild-10.5.23}/PKG-INFO +2 -2
- passagemath_docbuild-10.5.23/VERSION.txt +1 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23/passagemath_docbuild.egg-info}/PKG-INFO +2 -2
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/conf.py +2 -2
- passagemath_docbuild-10.5.22/VERSION.txt +0 -1
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/MANIFEST.in +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/README.rst +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/passagemath_docbuild.egg-info/SOURCES.txt +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/passagemath_docbuild.egg-info/dependency_links.txt +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/passagemath_docbuild.egg-info/requires.txt +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/passagemath_docbuild.egg-info/top_level.txt +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/pyproject.toml +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/requirements.txt +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/__init__.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/__main__.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/build_options.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/builders.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/ext/__init__.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/ext/inventory_builder.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/ext/multidocs.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/ext/sage_autodoc.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/sphinxbuild.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/utils.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/vendor.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/setup.cfg +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/setup.py +0 -0
- {passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/tox.ini +0 -0
{passagemath_docbuild-10.5.22/passagemath_docbuild.egg-info → passagemath_docbuild-10.5.23}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-docbuild
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.23
|
4
4
|
Summary: passagemath: Build system of the Sage documentation
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v2 or later
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.23
|
{passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23/passagemath_docbuild.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-docbuild
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.23
|
4
4
|
Summary: passagemath: Build system of the Sage documentation
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v2 or later
|
@@ -713,8 +713,8 @@ def add_page_context(app, pagename, templatename, context, doctree):
|
|
713
713
|
f = importlib.import_module(pagename.replace('/','.')).__file__
|
714
714
|
suffix = '.py' if not f or f.endswith('.py') else '.pyx'
|
715
715
|
context['page_source_suffix'] = suffix
|
716
|
-
context['theme_source_view_link'] = os.path.join(source_repository,
|
717
|
-
context['theme_source_edit_link'] = os.path.join(source_repository,
|
716
|
+
context['theme_source_view_link'] = os.path.join(source_repository, 'blob/develop/src', '{filename}')
|
717
|
+
context['theme_source_edit_link'] = os.path.join(source_repository, 'edit/develop/src', '{filename}')
|
718
718
|
|
719
719
|
|
720
720
|
dangling_debug = False
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.22
|
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.22 → passagemath_docbuild-10.5.23}/sage_docbuild/build_options.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/ext/inventory_builder.py
RENAMED
File without changes
|
{passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/sage_docbuild/ext/multidocs.py
RENAMED
File without changes
|
{passagemath_docbuild-10.5.22 → passagemath_docbuild-10.5.23}/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
|