update to exclude packet.py

This commit is contained in:
samfreund
2025-04-13 10:22:10 -05:00
parent 331f4f0218
commit d1761d07e9
3 changed files with 5 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index mkdocs-exclude
- name: Build MkDocs site
run: mkdocs build
@@ -105,7 +105,7 @@ jobs:
pattern: docs-*
- run: find .
- name: Publish Docs To Development
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
uses: up9cloud/action-rsync@v1.4
env:
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}

View File

@@ -14,7 +14,6 @@
* [TargetCornerSerde](reference/generated/TargetCornerSerde.md)
* networktables
* [NTTopicSet](reference/networktables/NTTopicSet.md)
* [packet](reference/packet.md)
* [photonCamera](reference/photonCamera.md)
* [photonPoseEstimator](reference/photonPoseEstimator.md)
* simulation

View File

@@ -18,6 +18,9 @@ plugins:
- gen_api_docs.py
- literate-nav
- section-index
- exclude:
glob:
- "reference/packet.md"
nav:
- Home: index.md