gp-sphinx 0.0.1a16.dev2__tar.gz → 0.0.1a16.dev4__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.
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/PKG-INFO +7 -7
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/pyproject.toml +7 -7
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/__init__.py +1 -1
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/config.py +8 -8
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/.gitignore +0 -0
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/README.md +0 -0
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/_compat.py +0 -0
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/defaults.py +0 -0
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/myst_lexer.py +0 -0
- {gp_sphinx-0.0.1a16.dev2 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gp-sphinx
|
|
3
|
-
Version: 0.0.1a16.
|
|
3
|
+
Version: 0.0.1a16.dev4
|
|
4
4
|
Summary: Shared Sphinx documentation platform for git-pull projects
|
|
5
5
|
Project-URL: Bug Tracker, https://github.com/git-pull/gp-sphinx/issues
|
|
6
6
|
Project-URL: Documentation, https://gp-sphinx.git-pull.com
|
|
@@ -27,18 +27,18 @@ Requires-Dist: docutils
|
|
|
27
27
|
Requires-Dist: gp-libs
|
|
28
28
|
Requires-Dist: linkify-it-py
|
|
29
29
|
Requires-Dist: myst-parser
|
|
30
|
-
Requires-Dist: sphinx-autodoc-typehints-gp==0.0.1a16.
|
|
30
|
+
Requires-Dist: sphinx-autodoc-typehints-gp==0.0.1a16.dev4
|
|
31
31
|
Requires-Dist: sphinx-copybutton
|
|
32
32
|
Requires-Dist: sphinx-design
|
|
33
|
-
Requires-Dist: sphinx-fonts==0.0.1a16.
|
|
34
|
-
Requires-Dist: sphinx-gp-opengraph==0.0.1a16.
|
|
35
|
-
Requires-Dist: sphinx-gp-sitemap==0.0.1a16.
|
|
36
|
-
Requires-Dist: sphinx-gp-theme==0.0.1a16.
|
|
33
|
+
Requires-Dist: sphinx-fonts==0.0.1a16.dev4
|
|
34
|
+
Requires-Dist: sphinx-gp-opengraph==0.0.1a16.dev4
|
|
35
|
+
Requires-Dist: sphinx-gp-sitemap==0.0.1a16.dev4
|
|
36
|
+
Requires-Dist: sphinx-gp-theme==0.0.1a16.dev4
|
|
37
37
|
Requires-Dist: sphinx-inline-tabs
|
|
38
38
|
Requires-Dist: sphinx<9,>=8.1
|
|
39
39
|
Requires-Dist: sphinxext-rediraffe
|
|
40
40
|
Provides-Extra: argparse
|
|
41
|
-
Requires-Dist: sphinx-autodoc-argparse==0.0.1a16.
|
|
41
|
+
Requires-Dist: sphinx-autodoc-argparse==0.0.1a16.dev4; extra == 'argparse'
|
|
42
42
|
Description-Content-Type: text/markdown
|
|
43
43
|
|
|
44
44
|
# gp-sphinx · [](https://pypi.org/project/gp-sphinx/) [](https://github.com/git-pull/gp-sphinx/blob/main/LICENSE)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "gp-sphinx"
|
|
3
|
-
version = "0.0.1a16.
|
|
3
|
+
version = "0.0.1a16.dev4"
|
|
4
4
|
description = "Shared Sphinx documentation platform for git-pull projects"
|
|
5
5
|
requires-python = ">=3.10,<4.0"
|
|
6
6
|
authors = [
|
|
@@ -26,15 +26,15 @@ readme = "README.md"
|
|
|
26
26
|
keywords = ["sphinx", "documentation", "configuration"]
|
|
27
27
|
dependencies = [
|
|
28
28
|
"sphinx>=8.1,<9",
|
|
29
|
-
"sphinx-gp-theme==0.0.1a16.
|
|
30
|
-
"sphinx-fonts==0.0.1a16.
|
|
29
|
+
"sphinx-gp-theme==0.0.1a16.dev4",
|
|
30
|
+
"sphinx-fonts==0.0.1a16.dev4",
|
|
31
31
|
"myst-parser",
|
|
32
32
|
"docutils",
|
|
33
|
-
"sphinx-autodoc-typehints-gp==0.0.1a16.
|
|
33
|
+
"sphinx-autodoc-typehints-gp==0.0.1a16.dev4",
|
|
34
34
|
"sphinx-inline-tabs",
|
|
35
35
|
"sphinx-copybutton",
|
|
36
|
-
"sphinx-gp-opengraph==0.0.1a16.
|
|
37
|
-
"sphinx-gp-sitemap==0.0.1a16.
|
|
36
|
+
"sphinx-gp-opengraph==0.0.1a16.dev4",
|
|
37
|
+
"sphinx-gp-sitemap==0.0.1a16.dev4",
|
|
38
38
|
"sphinxext-rediraffe",
|
|
39
39
|
"sphinx-design",
|
|
40
40
|
"linkify-it-py",
|
|
@@ -43,7 +43,7 @@ dependencies = [
|
|
|
43
43
|
|
|
44
44
|
[project.optional-dependencies]
|
|
45
45
|
argparse = [
|
|
46
|
-
"sphinx-autodoc-argparse==0.0.1a16.
|
|
46
|
+
"sphinx-autodoc-argparse==0.0.1a16.dev4",
|
|
47
47
|
]
|
|
48
48
|
|
|
49
49
|
[project.urls]
|
|
@@ -7,7 +7,7 @@ import logging
|
|
|
7
7
|
__title__ = "gp-sphinx"
|
|
8
8
|
__package_name__ = "gp_sphinx"
|
|
9
9
|
__description__ = "Shared Sphinx documentation platform for git-pull projects"
|
|
10
|
-
__version__ = "0.0.1a16.
|
|
10
|
+
__version__ = "0.0.1a16.dev4"
|
|
11
11
|
__author__ = "Tony Narlock"
|
|
12
12
|
__github__ = "https://github.com/git-pull/gp-sphinx"
|
|
13
13
|
__docs__ = "https://gp-sphinx.git-pull.com"
|
|
@@ -273,9 +273,9 @@ def merge_sphinx_config(
|
|
|
273
273
|
intersphinx_mapping : dict | None
|
|
274
274
|
Intersphinx targets.
|
|
275
275
|
vite_orchestration : bool
|
|
276
|
-
When ``True`` (default ``False``), prepends ``"
|
|
277
|
-
the active extension list and sets ``
|
|
278
|
-
:func:`gp_furo_theme.get_vite_root` so contributors running
|
|
276
|
+
When ``True`` (default ``False``), prepends ``"sphinx_vite_builder"``
|
|
277
|
+
to the active extension list and sets ``sphinx_vite_builder_root``
|
|
278
|
+
from :func:`gp_furo_theme.get_vite_root` so contributors running
|
|
279
279
|
``sphinx-autobuild`` get the Vite watch fired automatically. The
|
|
280
280
|
orchestration is a no-op for ``sphinx-build`` (mode resolves to
|
|
281
281
|
``"prod"``), so wheels published to PyPI carry no Node runtime
|
|
@@ -373,12 +373,12 @@ def merge_sphinx_config(
|
|
|
373
373
|
remove_set = set(remove_extensions)
|
|
374
374
|
ext_list = [e for e in ext_list if e not in remove_set]
|
|
375
375
|
|
|
376
|
-
# Vite orchestration: prepend
|
|
376
|
+
# Vite orchestration: prepend sphinx_vite_builder so its hooks register
|
|
377
377
|
# before any extension that might also touch builder-inited.
|
|
378
378
|
vite_root_setting: str | None = None
|
|
379
379
|
if vite_orchestration:
|
|
380
|
-
if "
|
|
381
|
-
ext_list.insert(0, "
|
|
380
|
+
if "sphinx_vite_builder" not in ext_list:
|
|
381
|
+
ext_list.insert(0, "sphinx_vite_builder")
|
|
382
382
|
try:
|
|
383
383
|
import gp_furo_theme
|
|
384
384
|
except ImportError:
|
|
@@ -492,9 +492,9 @@ def merge_sphinx_config(
|
|
|
492
492
|
# ``sitemap_url_scheme`` via ``**overrides``.
|
|
493
493
|
conf["sitemap_url_scheme"] = "{link}"
|
|
494
494
|
|
|
495
|
-
# Wire
|
|
495
|
+
# Wire sphinx-vite-builder's orchestration root if it was resolved above.
|
|
496
496
|
if vite_root_setting is not None:
|
|
497
|
-
conf["
|
|
497
|
+
conf["sphinx_vite_builder_root"] = vite_root_setting
|
|
498
498
|
|
|
499
499
|
# Apply overrides last (can override auto-computed values)
|
|
500
500
|
conf.update(overrides)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|