sphinx-gp-opengraph 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_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/PKG-INFO +1 -1
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/pyproject.toml +7 -1
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/src/sphinx_gp_opengraph/__init__.py +1 -1
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/.gitignore +0 -0
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/README.md +0 -0
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/src/sphinx_gp_opengraph/_description.py +0 -0
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/src/sphinx_gp_opengraph/_meta.py +0 -0
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/src/sphinx_gp_opengraph/_title.py +0 -0
- {sphinx_gp_opengraph-0.0.1a16.dev4 → sphinx_gp_opengraph-0.0.1a18.dev0}/src/sphinx_gp_opengraph/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sphinx-gp-opengraph
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a18.dev0
|
|
4
4
|
Summary: OpenGraph and Twitter meta-tag emission for Sphinx — matplotlib-free
|
|
5
5
|
Project-URL: Repository, https://github.com/git-pull/gp-sphinx
|
|
6
6
|
Author-email: Tony Narlock <tony@git-pull.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sphinx-gp-opengraph"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.1a18.dev0"
|
|
4
4
|
description = "OpenGraph and Twitter meta-tag emission for Sphinx — matplotlib-free"
|
|
5
5
|
requires-python = ">=3.10,<4.0"
|
|
6
6
|
authors = [
|
|
@@ -38,3 +38,9 @@ build-backend = "hatchling.build"
|
|
|
38
38
|
|
|
39
39
|
[tool.hatch.build.targets.wheel]
|
|
40
40
|
packages = ["src/sphinx_gp_opengraph"]
|
|
41
|
+
|
|
42
|
+
[tool.gp-sphinx.docs]
|
|
43
|
+
# Three public callables (get_tags, html_page_context, setup) and
|
|
44
|
+
# one workspace dependent (gp-sphinx auto-loads when docs_url is set).
|
|
45
|
+
# Showcase the runtime signatures and the dependent surface.
|
|
46
|
+
showcase = ["signatures", "dependents"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|