gp-sphinx 0.0.1a16.dev0__tar.gz → 0.0.1a16.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gp-sphinx
3
- Version: 0.0.1a16.dev0
3
+ Version: 0.0.1a16.dev2
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.dev0
30
+ Requires-Dist: sphinx-autodoc-typehints-gp==0.0.1a16.dev2
31
31
  Requires-Dist: sphinx-copybutton
32
32
  Requires-Dist: sphinx-design
33
- Requires-Dist: sphinx-fonts==0.0.1a16.dev0
34
- Requires-Dist: sphinx-gp-opengraph==0.0.1a16.dev0
35
- Requires-Dist: sphinx-gp-sitemap==0.0.1a16.dev0
36
- Requires-Dist: sphinx-gp-theme==0.0.1a16.dev0
33
+ Requires-Dist: sphinx-fonts==0.0.1a16.dev2
34
+ Requires-Dist: sphinx-gp-opengraph==0.0.1a16.dev2
35
+ Requires-Dist: sphinx-gp-sitemap==0.0.1a16.dev2
36
+ Requires-Dist: sphinx-gp-theme==0.0.1a16.dev2
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.dev0; extra == 'argparse'
41
+ Requires-Dist: sphinx-autodoc-argparse==0.0.1a16.dev2; extra == 'argparse'
42
42
  Description-Content-Type: text/markdown
43
43
 
44
44
  # gp-sphinx &middot; [![Python Package](https://img.shields.io/pypi/v/gp-sphinx.svg)](https://pypi.org/project/gp-sphinx/) [![License](https://img.shields.io/github/license/git-pull/gp-sphinx.svg)](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.dev0"
3
+ version = "0.0.1a16.dev2"
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.dev0",
30
- "sphinx-fonts==0.0.1a16.dev0",
29
+ "sphinx-gp-theme==0.0.1a16.dev2",
30
+ "sphinx-fonts==0.0.1a16.dev2",
31
31
  "myst-parser",
32
32
  "docutils",
33
- "sphinx-autodoc-typehints-gp==0.0.1a16.dev0",
33
+ "sphinx-autodoc-typehints-gp==0.0.1a16.dev2",
34
34
  "sphinx-inline-tabs",
35
35
  "sphinx-copybutton",
36
- "sphinx-gp-opengraph==0.0.1a16.dev0",
37
- "sphinx-gp-sitemap==0.0.1a16.dev0",
36
+ "sphinx-gp-opengraph==0.0.1a16.dev2",
37
+ "sphinx-gp-sitemap==0.0.1a16.dev2",
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.dev0",
46
+ "sphinx-autodoc-argparse==0.0.1a16.dev2",
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.dev0"
10
+ __version__ = "0.0.1a16.dev2"
11
11
  __author__ = "Tony Narlock"
12
12
  __github__ = "https://github.com/git-pull/gp-sphinx"
13
13
  __docs__ = "https://gp-sphinx.git-pull.com"