Skip to content

Commit

Permalink
cleaning up reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
beijbom committed Sep 6, 2024
1 parent 97e2e1d commit f7ade3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
python-version: '3.10'
- run: pip install mkdocstrings==0.26.1
- run: pip install mkdocs-material==9.4.5
- run: pip install mkdocstrings-python==1.11.1
- run: pip install mkdocs-material==9.4.5
- run: mkdocs gh-deploy --force
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ Run
mkdocs build
```

Note that the production docs uses an [private repo](https://github.com/pawamoy-insiders/mkdocstrings-python) that allows cross-references for types.
### Testing

Testing locally requires a local server running the API. CI will run tests against a staging environment.
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdocs==1.5.3
mkdocs-material==9.4.5
mkdocstrings[python]==0.24.3
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
mkdocs-material==9.4.5

0 comments on commit f7ade3a

Please sign in to comment.