Skip to content

Commit 7d2a04d

Browse files
authored
fix docs test failing after new model adds (#347)
* fix docs test failing after new model adds * fix docs test failing after new model adds * remove incorrectly commited html files
1 parent 3c88c27 commit 7d2a04d

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "Release"
3-
on: # yamllint disable-line rule:truthy rule:comments
3+
on: # yamllint disable-line rule:truthy rule:comments
44
release:
55
types: ["published"]
66

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,4 @@ docs/CHANGELOG.md
308308
public
309309
/compose.yaml
310310
/dump.sql
311+
/pyntc/static/pyntc/docs

changes/+docs-fixes.housekeeping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed docs build and code-reference issues.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,5 @@ nav:
171171
- pyntc.utils: "code-reference/pyntc/utils/__init__.md"
172172
- pyntc.utils.converters: "code-reference/pyntc/utils/converters.md"
173173
- pyntc.utils.templates: "code-reference/pyntc/utils/templates/__init__.md"
174+
- pyntc.utils.models: "code-reference/pyntc/utils/models.md"
174175
- pyntc.arch_decision: "dev/arch_decision.md"

0 commit comments

Comments
 (0)