Skip to content

Commit 0e7f9b2

Browse files
committed
docs(chore): Remove bundled extension files and tests
why: sphinx_fonts, sphinx_pytest_fixtures, and their tests now live in the gp-sphinx workspace as independent packages. The badge demo page depended on spf_demo_fixtures which was libtmux-specific scaffolding. what: - Remove docs/_ext/spf_demo_fixtures.py and remaining __pycache__ - Remove tests/docs/_ext/ entirely (tests migrated to gp-sphinx) - Remove docs/demo/ badge showcase pages - Remove demo/index from docs toctree - Remove dead mypy overrides for sphinx_fonts and sphinx_autodoc_pytest_fixtures - Remove _ext sys.path from docs/conf.py
1 parent 19f802b commit 0e7f9b2

11 files changed

Lines changed: 0 additions & 4145 deletions

docs/_ext/spf_demo_fixtures.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
project_src = project_root / "src"
1616

1717
sys.path.insert(0, str(project_src))
18-
sys.path.insert(0, str(cwd / "_ext")) # spf_demo_fixtures for badge demo page
1918

2019
# package data
2120
about: dict[str, str] = {}

docs/demo/index.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/demo/sphinx-pytest-fixtures-badges.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@ project/index
105105
history
106106
migration
107107
glossary
108-
demo/index
109108
```

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ files = [
118118
"tests",
119119
]
120120

121-
[[tool.mypy.overrides]]
122-
module = ["sphinx_fonts"]
123-
ignore_missing_imports = true
124-
125-
[[tool.mypy.overrides]]
126-
module = ["sphinx_autodoc_pytest_fixtures", "sphinx_autodoc_pytest_fixtures.*"]
127-
ignore_missing_imports = true
128121

129122
[tool.coverage.run]
130123
branch = true

tests/docs/_ext/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/docs/_ext/conftest.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)