We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90382ed commit 42d3a1cCopy full SHA for 42d3a1c
.github/workflows/ci.yml
@@ -374,6 +374,15 @@ jobs:
374
./venv/bin/pytest test
375
shell: bash
376
377
+ - name: Build man pages
378
+ run: |
379
+ . venv/bin/activate
380
+ pip install argparse-manpage
381
+ cd docs
382
+ make
383
+ find man/pyosmium-get-changes.1
384
+ find man/pyosmium-up-to-date.1
385
+
386
387
build-windows:
388
runs-on: windows-2022
pyproject.toml
@@ -53,7 +53,7 @@ docs = [
53
'mkdocs-autorefs',
54
'mkdocs-gen-files',
55
'mkdocs-jupyter',
56
- 'argparse-manpage '
+ 'argparse-manpage'
57
]
58
59
[project.scripts]
0 commit comments