Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Release"
on: # yamllint disable-line rule:truthy rule:comments
on: # yamllint disable-line rule:truthy rule:comments
release:
types: ["published"]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,4 @@ docs/CHANGELOG.md
public
/compose.yaml
/dump.sql
/pyntc/static/pyntc/docs
1 change: 1 addition & 0 deletions changes/+docs-fixes.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed docs build and code-reference issues.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ nav:
- pyntc.utils: "code-reference/pyntc/utils/__init__.md"
- pyntc.utils.converters: "code-reference/pyntc/utils/converters.md"
- pyntc.utils.templates: "code-reference/pyntc/utils/templates/__init__.md"
- pyntc.utils.models: "code-reference/pyntc/utils/models.md"
- pyntc.arch_decision: "dev/arch_decision.md"
Loading