sphinx-autodoc-docutils 0.0.1a16.dev4__tar.gz → 0.0.1a18.dev0__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.
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/PKG-INFO +4 -4
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/pyproject.toml +9 -4
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/__init__.py +1 -1
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/.gitignore +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/README.md +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/_badges.py +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/_constants.py +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/_directives.py +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/_documenter.py +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/_static/css/sphinx_autodoc_docutils.css +0 -0
- {sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/src/sphinx_autodoc_docutils/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sphinx-autodoc-docutils
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a18.dev0
|
|
4
4
|
Summary: Sphinx extension for documenting docutils directives and roles as first-class reference entries
|
|
5
5
|
Project-URL: Repository, https://github.com/git-pull/gp-sphinx
|
|
6
6
|
Author-email: Tony Narlock <tony@git-pull.com>
|
|
@@ -21,9 +21,9 @@ Classifier: Topic :: Documentation
|
|
|
21
21
|
Classifier: Topic :: Documentation :: Sphinx
|
|
22
22
|
Classifier: Typing :: Typed
|
|
23
23
|
Requires-Python: <4.0,>=3.10
|
|
24
|
-
Requires-Dist: sphinx-autodoc-typehints-gp==0.0.
|
|
25
|
-
Requires-Dist: sphinx-ux-autodoc-layout==0.0.
|
|
26
|
-
Requires-Dist: sphinx-ux-badges==0.0.
|
|
24
|
+
Requires-Dist: sphinx-autodoc-typehints-gp==0.0.1a18.dev0
|
|
25
|
+
Requires-Dist: sphinx-ux-autodoc-layout==0.0.1a18.dev0
|
|
26
|
+
Requires-Dist: sphinx-ux-badges==0.0.1a18.dev0
|
|
27
27
|
Requires-Dist: sphinx>=8.1
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
|
{sphinx_autodoc_docutils-0.0.1a16.dev4 → sphinx_autodoc_docutils-0.0.1a18.dev0}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sphinx-autodoc-docutils"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.1a18.dev0"
|
|
4
4
|
description = "Sphinx extension for documenting docutils directives and roles as first-class reference entries"
|
|
5
5
|
requires-python = ">=3.10,<4.0"
|
|
6
6
|
authors = [
|
|
@@ -27,9 +27,9 @@ readme = "README.md"
|
|
|
27
27
|
keywords = ["sphinx", "docutils", "directives", "roles", "documentation", "autodoc"]
|
|
28
28
|
dependencies = [
|
|
29
29
|
"sphinx>=8.1",
|
|
30
|
-
"sphinx-ux-badges==0.0.
|
|
31
|
-
"sphinx-ux-autodoc-layout==0.0.
|
|
32
|
-
"sphinx-autodoc-typehints-gp==0.0.
|
|
30
|
+
"sphinx-ux-badges==0.0.1a18.dev0",
|
|
31
|
+
"sphinx-ux-autodoc-layout==0.0.1a18.dev0",
|
|
32
|
+
"sphinx-autodoc-typehints-gp==0.0.1a18.dev0",
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
[project.urls]
|
|
@@ -41,3 +41,8 @@ build-backend = "hatchling.build"
|
|
|
41
41
|
|
|
42
42
|
[tool.hatch.build.targets.wheel]
|
|
43
43
|
packages = ["src/sphinx_autodoc_docutils"]
|
|
44
|
+
|
|
45
|
+
[tool.gp-sphinx.docs]
|
|
46
|
+
# Four directives ({autodirective}, {autodirectives}, {autorole},
|
|
47
|
+
# {autoroles}); kitchen-sink shows the invocation shape for each.
|
|
48
|
+
showcase = ["kitchen-sink"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|