gp-sphinx 0.0.1a16.dev3__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.dev3 → gp_sphinx-0.0.1a16.dev4}/PKG-INFO +7 -7
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/pyproject.toml +7 -7
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/__init__.py +1 -1
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/.gitignore +0 -0
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/README.md +0 -0
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/_compat.py +0 -0
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/config.py +0 -0
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/defaults.py +0 -0
- {gp_sphinx-0.0.1a16.dev3 → gp_sphinx-0.0.1a16.dev4}/src/gp_sphinx/myst_lexer.py +0 -0
- {gp_sphinx-0.0.1a16.dev3 → 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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|