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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinx-autodoc-docutils
3
- Version: 0.0.1a16.dev4
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.1a16.dev4
25
- Requires-Dist: sphinx-ux-autodoc-layout==0.0.1a16.dev4
26
- Requires-Dist: sphinx-ux-badges==0.0.1a16.dev4
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
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sphinx-autodoc-docutils"
3
- version = "0.0.1a16.dev4"
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.1a16.dev4",
31
- "sphinx-ux-autodoc-layout==0.0.1a16.dev4",
32
- "sphinx-autodoc-typehints-gp==0.0.1a16.dev4",
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"]
@@ -77,7 +77,7 @@ def setup(app: Sphinx) -> ExtensionMetadata:
77
77
  app.add_css_file("css/sphinx_autodoc_docutils.css")
78
78
 
79
79
  return {
80
- "version": "0.0.1a16.dev4",
80
+ "version": "0.0.1a18.dev0",
81
81
  "parallel_read_safe": True,
82
82
  "parallel_write_safe": True,
83
83
  }