sphinx-gp-theme 0.0.1a16.dev1__tar.gz → 0.0.1a16.dev3__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.
Files changed (14) hide show
  1. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/PKG-INFO +2 -2
  2. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/pyproject.toml +2 -2
  3. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/__init__.py +1 -1
  4. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/.gitignore +0 -0
  5. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/README.md +0 -0
  6. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/py.typed +0 -0
  7. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/pygments_styles.py +0 -0
  8. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/page.html +0 -0
  9. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/sidebar/brand.html +0 -0
  10. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/sidebar/projects.html +0 -0
  11. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/static/css/argparse-highlight.css +0 -0
  12. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/static/css/custom.css +0 -0
  13. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/static/js/spa-nav.js +0 -0
  14. {sphinx_gp_theme-0.0.1a16.dev1 → sphinx_gp_theme-0.0.1a16.dev3}/src/sphinx_gp_theme/theme/theme.conf +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinx-gp-theme
3
- Version: 0.0.1a16.dev1
3
+ Version: 0.0.1a16.dev3
4
4
  Summary: Furo child theme for git-pull project documentation
5
5
  Project-URL: Repository, https://github.com/git-pull/gp-sphinx
6
6
  Author-email: Tony Narlock <tony@git-pull.com>
@@ -21,7 +21,7 @@ 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: gp-furo-theme==0.0.1a16.dev1
24
+ Requires-Dist: gp-furo-theme==0.0.1a16.dev3
25
25
  Requires-Dist: sphinx>=8.1
26
26
  Description-Content-Type: text/markdown
27
27
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sphinx-gp-theme"
3
- version = "0.0.1a16.dev1"
3
+ version = "0.0.1a16.dev3"
4
4
  description = "Furo child theme for git-pull project documentation"
5
5
  requires-python = ">=3.10,<4.0"
6
6
  authors = [
@@ -27,7 +27,7 @@ readme = "README.md"
27
27
  keywords = ["sphinx", "theme", "furo", "documentation"]
28
28
  dependencies = [
29
29
  "sphinx>=8.1",
30
- "gp-furo-theme==0.0.1a16.dev1",
30
+ "gp-furo-theme==0.0.1a16.dev3",
31
31
  ]
32
32
 
33
33
  [project.entry-points."sphinx.html_themes"]
@@ -23,7 +23,7 @@ import typing as t
23
23
  if t.TYPE_CHECKING:
24
24
  from sphinx.application import Sphinx
25
25
 
26
- __version__ = "0.0.1a16.dev1"
26
+ __version__ = "0.0.1a16.dev3"
27
27
 
28
28
 
29
29
  def get_theme_path() -> pathlib.Path: