Skip to content

Commit 33d88c6

Browse files
committed
ci(docs): temporarily add branch trigger for staging deploy
1 parent a716b50 commit 33d88c6

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- fastmcp-autodoc-extension
78

89
permissions:
910
contents: read

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ files = [
134134
module = ["sphinx_fonts"]
135135
ignore_missing_imports = true
136136

137+
[[tool.mypy.overrides]]
138+
module = ["fastmcp_autodoc", "docutils", "docutils.*"]
139+
ignore_missing_imports = true
140+
141+
[[tool.mypy.overrides]]
142+
module = ["tests.docs.*"]
143+
disable_error_code = ["untyped-decorator"]
144+
137145
[tool.coverage.run]
138146
branch = true
139147
parallel = true

tests/docs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Tests for documentation extensions."""

tests/docs/_ext/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Tests for custom Sphinx extensions."""

0 commit comments

Comments
 (0)