mkdocstrings-github 0.7.0__tar.gz → 0.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mkdocstrings_github-0.7.1/.github/workflows/docs.yaml +55 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/workflows/example_workflow.yml +1 -1
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/workflows/qualify.yaml +3 -4
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/workflows/release.yaml +3 -4
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.pre-commit-config.yaml +1 -1
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/PKG-INFO +1 -1
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/changelog.md +29 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/usage/index.md +1 -1
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/mkdocs.yml +1 -2
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/pyproject.toml +3 -4
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/handler.py +7 -3
- mkdocstrings_github-0.7.0/.github/workflows/docs.yaml +0 -80
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/CODEOWNERS +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/CONTRIBUTING.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/FUNDING.yml +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.github/renovate.json5 +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.gitignore +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/.gitmodules +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/LICENSE +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/README.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/action.yaml +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/contributing.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/credits.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/favicon.png +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/img/example_dark.png +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/img/example_light.png +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/img/logo.png +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/index.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/license-page.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/overrides/main.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/overrides/partials/toc-item.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/stylesheets/extra.css +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/usage/general.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/usage/headings.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/usage/parameters.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/usage/signatures.md +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/__init__.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/config.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/objects.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/py.typed +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/rendering.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/_macros.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/action.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/heading.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/inputs.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/outputs.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/secrets.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/style.css +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/templates/material/workflow.html.jinja +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/__init__.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/conftest.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/docs/.gitkeep +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/helpers.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/__init__.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/.gitignore +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/0175e682b75586565fa4f3b689cea42f88c66099896487a6493e584e05fd5b98.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/074e6b0350e6835d8a5461f936fc6ff8a0c46dc4c80c5ad5cd0b835cae19e2cd.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/0a37a4286738a72a224871dbd1bcd3c662e768f800a8e2b92c410d672c1d19fc.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/0bed6d92c16c4e133ffbed2d273614bca1be0d8a22afed48b36bd244e7eb261b.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/0ca94ffd86a19ad7ce822b865ce27acd6cd70b62ef52d70809162653caf6c388.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/0d0e2427b85f5904c7c3970d7b411e0f2337a3c91a25beb18348e6d4a51e48ec.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/0de8e0706404a3d84a59420f94558fc0687324dad2f1340cec32bd4368626262.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/1322d6390dbc167e4d2734b6ff7ac30265a52feb242ece864fd08dd36a88214a.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/1efa0765882b4ea1a66fc91ef88418634786028dfcec5879aed9c268749de63c.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/1f92a9273cccc3fc7a358dfeca8bb2cbb5ede804ff490106eb2322cddd78f256.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/22929d6c2b70b481583d7b07fd7bff72dba985a465d42ad4ee5a7f557429102f.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/23cc1367f9dd06c1d51e4b1c8a5a2ea807f32a78de9c061438f4d2315bcc3d0e.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/24b2b02efe6eb2db3069c3d1717c3f7ad9bc47321acfd63979748b0a8378b169.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/2500c66e16468b20050dd9b8b152a48644d008c0316e444f47afc7bc5117e004.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/27af0061b4353d60bc86fadef002e4cad8d8774c06c3a720050c2b8b6726feae.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/28df0ab9fe5662687b72cbb8b2c8e2e18b98beb5a114a505ad845c91b8955a2e.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/2eb63f18b2d0aaf8000ffcc081c80067937fc7cacea496c2871198aa3bc12a14.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/361203a8fe1654bbfd22dcf01308d9b587b187f72c45754e2e35d1638696c35d.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/36d5597971381260ce0cd98b6ba1c3973134add32288bf34f47290fdbe55b0ec.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/3cb099624d882a4cde3ef6fdbea56c9aced9331dca1e19c7bc311c2611782e0d.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/43ad574e6f4bd9d7c1e5b41f74e890f314d86accf94396a2266e8736f8baf07a.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/47004f712909b0981384b3b51f7395939ee5ed669d38f620cc8275e700925371.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/50af1499553795c8cd859a1c9aa5ba162ef1c3dd9fa466668fc2da5bb002a61c.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/5508680ad1969ec83c9f6986137cca92bace28f3c5c75a67337753ee384c6783.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/576e1574c21783af2860477da76aee77b565db51777a0482f4276b59eea77823.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/5a2f11e94bc00c7a5122364dcffcdc9bd5c514a773fbf4d1b04fa7e96ba2cfa5.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/5d0abaf6f1a04083e3236ea03d57897ba0d03c9fe047738d0d9b065c8b45eff5.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/5e3b7eb70931d08e482575fcc2a24460f6a47c5ab58ffe37125d139a56cc5a0d.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/62bff06eac186bef15cc125315a29901d284d4e1b9b2e8ee7890ad1296cd8342.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/66a319534331c51a39c04e1c278747db6e1bb3ce99877c91e9af556da2de3182.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/6962c89022a7a9efbb57250e05f28f5375d5012b6a7d974040affe180c6fff0f.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/699c6bcc632255eb0d6715e054b5fb1a9328e5abc414a3f2b3605514eb440247.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/6af63bf65a648dc8a89b9fd67e7c2434ce2d004b54d21db2310f38de4c6a2038.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/6d20fba34c55a0c3c25d29a29470de573812305d70dabac3104a7d18d92b2b86.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/72b55cb37adc5eeaaeedc47e092dce6ada6193137372da90d471284b95714a24.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/757b79d7975f29e7b7eeda8c910578cb858a867dc4c647c4b5bc9a4c45dbf62e.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/78feb92e4171bf067dd1615523e5c9cac0de998bb7102ee70da2e145d1262339.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/7a54a2a8729f165bbdb1980498724d4de8e886d849b7407b4969bde8d14a7b88.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/81baa4bca07bde66951a18c2e99f3d86c4263bf01f054876225398e257390f00.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/8476f864e849f8e154b4144e873fbc540fb8e88c8ad095eb66925afe67c3fcac.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/856a4ff20ee15b09367d852d57cdb6a3376b799760365dbf7677c216156a7b4d.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/8b65d193fe31a661d1aa1b882b5d6cee96dcaaa4d28b057cdde5ccec660e9cb1.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/8bacb89d75273f2bfee27f0d86fd49def327fd3e33ba7595aac8058ab214181d.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/8be1b8e706865cf70d8de162b0bca0d4ceecc8ea3d9c285354c7e654c50623f5.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/8bedbe96ebb5c09a621a72f4cf16b73cf538cd5bfb3549a99e3283f5bd97ef08.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/93bf082d40ca4b6730a503aa4d265901a8cfed7ed1a6e9bb6e584c2c3ebd18af.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/94b8c0c6610d32e8a877cb18b47ff8b072203c6a1e8fddc67be1d7e5b963c385.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/98e4b6474a6f67576ae40a75e152e6bd8c3e743259ad7f1d08890def2ff858d1.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/9cc6f18114bfd48128d8cc74d40d4f19911408af280ba1866f07209ae80d5e42.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/a34a87167e37faaf559d506c0c2a72913d0a225c06784d9ad71d91ffd97c1f42.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/a683a1d590ea2a074bc13a38c02f9b708290f8de5ebd660c73edaaabe695bc32.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/ac47b3b933709154de762d06903d78925cea9f1ec93865386d669680cf17e4a8.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/b6163f7b64f009d0f8992a0ccb4da0af6b02b5411dceb42cb0816b5721ebade0.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/b972a05ffc5672d471d5b1e84b01470a3363a25f9d9adbc8d82f4b9fd21a94a1.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/bbea0ecf08aec9444ed75cbffd5424aa19e285ac64a53d1bb50f6130230b3c97.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/c08f860e46cad95600d1ca35eeb6c22981e32c4dffe14f52cc515e379e650b85.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/c2181f9e06dd6b7437f14e815c4fd32ec304e4474c93e86c02b43f41367a79ff.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/c50b7f91aafff5caf0fe0ff96a922b499617966705cde0d3622191f51f523b38.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/c8c895c400f0532aa3afe641f79ed14bc399b504169242c0a9f77572c185def2.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/cdad9a8909ec6448ff4392f523d4c7d41dcba61fc635e7e744026f901df04913.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/d0d656ae32436d7b190665f98f3fe2d7a6250ee7ff4e1fb1bcd9a1364d3da2cb.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/d3695fdb74725542e432d0cd239481b0e3ea11b671395255f6ad25875830324c.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/db0c43c8233d3c9719119d9e20bb483c48c42a01e488b7441664bdae58568d9f.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/dbdc3c6e76833bb444a7d291266713ec6cf3f196ddf27e2e30eb94da9efc2c1f.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/e567efbdae19280c4c56a70a27de39e0efdc422d99c9d497629128fd3ec553d5.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/e728a11685286456b1d4c90386923bfd08af1311c7de06966affd011abde3be6.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/e943d5c405cb409c7ac458aca82fade02f0b3cfcbb6dcf4c27ad8a881d4869a7.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/ebb0bfe46e02e0e3fec3ac5a3bc44cddcab4d0f12871b708469db393e029b1e7.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/ecf772312e7e697bab6126468a698dc8184b2ff78361cf71e3fdc35157e7d542.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/f90542b4e3cbaf7e9820cdad6bbe707e3210983c911f11584cfae580e5cf6a04.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/snapshots/external/ffc40bfdc5e916d73943cd9bae0a3e893664bab1c10fc25a30f8243852022efb.html +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/test_coverage.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/test_handler.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/test_render_action.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/test_render_workflow.py +0 -0
- {mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/test/test_signature_ref.py +0 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
name: Docs
|
|
2
|
+
|
|
3
|
+
# Controls when the workflow will run
|
|
4
|
+
on:
|
|
5
|
+
workflow_call:
|
|
6
|
+
inputs:
|
|
7
|
+
ref:
|
|
8
|
+
description: >-
|
|
9
|
+
The ref to checkout and use to create docs
|
|
10
|
+
type: string
|
|
11
|
+
default: ""
|
|
12
|
+
push:
|
|
13
|
+
description: >-
|
|
14
|
+
Push the documentation to the remote branch
|
|
15
|
+
type: boolean
|
|
16
|
+
default: true
|
|
17
|
+
|
|
18
|
+
permissions:
|
|
19
|
+
contents: read
|
|
20
|
+
pages: write
|
|
21
|
+
id-token: write
|
|
22
|
+
|
|
23
|
+
jobs:
|
|
24
|
+
build:
|
|
25
|
+
runs-on: ubuntu-latest
|
|
26
|
+
|
|
27
|
+
steps:
|
|
28
|
+
- uses: actions/configure-pages@v5
|
|
29
|
+
|
|
30
|
+
- uses: actions/checkout@v6
|
|
31
|
+
with:
|
|
32
|
+
fetch-depth: 0 # Required to push to the documentation branch
|
|
33
|
+
ref: ${{ inputs.ref }}
|
|
34
|
+
|
|
35
|
+
- name: Install the latest version of uv
|
|
36
|
+
uses: astral-sh/setup-uv@v7
|
|
37
|
+
with:
|
|
38
|
+
version: "latest"
|
|
39
|
+
|
|
40
|
+
- name: Sync dependencies
|
|
41
|
+
run: |
|
|
42
|
+
uv sync --no-dev --group docs
|
|
43
|
+
|
|
44
|
+
- name: Build documentation
|
|
45
|
+
run: |
|
|
46
|
+
uv run zensical build --clean
|
|
47
|
+
|
|
48
|
+
- uses: actions/upload-pages-artifact@v4
|
|
49
|
+
if: ${{ inputs.push }}
|
|
50
|
+
with:
|
|
51
|
+
path: site
|
|
52
|
+
|
|
53
|
+
- uses: actions/deploy-pages@v4
|
|
54
|
+
if: ${{ inputs.push }}
|
|
55
|
+
id: deployment
|
|
@@ -24,12 +24,11 @@ jobs:
|
|
|
24
24
|
name: Test deploy documentation
|
|
25
25
|
uses: ./.github/workflows/docs.yaml
|
|
26
26
|
permissions:
|
|
27
|
-
contents:
|
|
27
|
+
contents: read
|
|
28
|
+
pages: write
|
|
29
|
+
id-token: write
|
|
28
30
|
secrets: inherit
|
|
29
31
|
with:
|
|
30
|
-
version: ${{ format('pr-{0}', github.head_ref) || 'test' }}
|
|
31
|
-
alias: "test"
|
|
32
|
-
set-default: false
|
|
33
32
|
push: false
|
|
34
33
|
|
|
35
34
|
setup:
|
|
@@ -153,11 +153,10 @@ jobs:
|
|
|
153
153
|
if: github.event.pull_request.merged
|
|
154
154
|
uses: ./.github/workflows/docs.yaml
|
|
155
155
|
permissions:
|
|
156
|
-
contents:
|
|
156
|
+
contents: read
|
|
157
|
+
pages: write
|
|
158
|
+
id-token: write
|
|
157
159
|
secrets: inherit
|
|
158
160
|
with:
|
|
159
|
-
version: ${{ needs.release.outputs.next-tag || needs.release.outputs.last-tag }}
|
|
160
|
-
alias: latest
|
|
161
|
-
set-default: true
|
|
162
161
|
ref: ${{ needs.release.outputs.next-tag }}
|
|
163
162
|
push: true
|
|
@@ -2,6 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v0.7.1 (2026-02-03)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Build with zensical ([#51](https://github.com/watermarkhu/mkdocstrings-github/pull/51),
|
|
10
|
+
[`da116f2`](https://github.com/watermarkhu/mkdocstrings-github/commit/da116f20d0c7eaef694a863542450dd313ca85bd))
|
|
11
|
+
|
|
12
|
+
### Build System
|
|
13
|
+
|
|
14
|
+
- **deps**: Update dependency ruff to ~=0.15.0
|
|
15
|
+
([#52](https://github.com/watermarkhu/mkdocstrings-github/pull/52),
|
|
16
|
+
[`7e20a99`](https://github.com/watermarkhu/mkdocstrings-github/commit/7e20a99bee878c598385d79b902bc9a9b59924cb))
|
|
17
|
+
|
|
18
|
+
- **deps**: Update pre-commit hook abravalheri/validate-pyproject to v0.25
|
|
19
|
+
([#50](https://github.com/watermarkhu/mkdocstrings-github/pull/50),
|
|
20
|
+
[`840303e`](https://github.com/watermarkhu/mkdocstrings-github/commit/840303e040c241645b0d86ebc9ed3668aba1ea6e))
|
|
21
|
+
|
|
22
|
+
### Continuous Integration
|
|
23
|
+
|
|
24
|
+
- **deps**: Update actions/checkout action to v6
|
|
25
|
+
([#49](https://github.com/watermarkhu/mkdocstrings-github/pull/49),
|
|
26
|
+
[`60860d7`](https://github.com/watermarkhu/mkdocstrings-github/commit/60860d7c03ba10c75959219c96faf8e2906586d5))
|
|
27
|
+
|
|
28
|
+
### Documentation
|
|
29
|
+
|
|
30
|
+
- Build with zensical ([#51](https://github.com/watermarkhu/mkdocstrings-github/pull/51),
|
|
31
|
+
[`da116f2`](https://github.com/watermarkhu/mkdocstrings-github/commit/da116f20d0c7eaef694a863542450dd313ca85bd))
|
|
32
|
+
|
|
33
|
+
|
|
5
34
|
## v0.7.0 (2026-01-13)
|
|
6
35
|
|
|
7
36
|
### Features
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
21
|
-
This package is extension
|
|
21
|
+
This package is an extension for [*mkdocstrings*](https://mkdocstrings.github.io/), a framework for auto-documentation within [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) or [Zensical](https://zensical.org/about/). Language support is inserted into the framework by providing *handlers*. The *mkdocstrings-github* package provides a GitHub handler.
|
|
22
22
|
|
|
23
23
|
--8<-- "README.md:install"
|
|
24
24
|
|
|
@@ -35,7 +35,6 @@ nav:
|
|
|
35
35
|
- mkdocstrings: https://mkdocstrings.github.io/
|
|
36
36
|
|
|
37
37
|
theme:
|
|
38
|
-
name: material
|
|
39
38
|
logo: img/logo.png
|
|
40
39
|
favicon: favicon.png
|
|
41
40
|
custom_dir: docs/overrides
|
|
@@ -99,7 +98,7 @@ markdown_extensions:
|
|
|
99
98
|
pygments_lang_class: true
|
|
100
99
|
- pymdownx.magiclink
|
|
101
100
|
- pymdownx.snippets:
|
|
102
|
-
base_path:
|
|
101
|
+
base_path: .
|
|
103
102
|
check_paths: true
|
|
104
103
|
- pymdownx.superfences:
|
|
105
104
|
custom_fences:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mkdocstrings-github"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.1"
|
|
4
4
|
description = "A GitHub Action handler for mkdocstrings"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }
|
|
@@ -36,7 +36,7 @@ dependencies = [
|
|
|
36
36
|
[dependency-groups]
|
|
37
37
|
dev = [
|
|
38
38
|
"ty~=0.0.11",
|
|
39
|
-
"ruff~=0.
|
|
39
|
+
"ruff~=0.15.0",
|
|
40
40
|
"prek>=0.2.1",
|
|
41
41
|
"pydantic~=2.12",
|
|
42
42
|
"pytest~=9.0.0",
|
|
@@ -46,15 +46,14 @@ dev = [
|
|
|
46
46
|
"python-semantic-release~=10.5.0",
|
|
47
47
|
]
|
|
48
48
|
docs = [
|
|
49
|
-
"mkdocs-material~=9.5",
|
|
50
49
|
"mkdocs-callouts~=1.15",
|
|
51
50
|
"mkdocs-git-revision-date-localized-plugin~=1.3",
|
|
52
51
|
"mkdocs-minify-plugin~=0.8",
|
|
53
52
|
"mkdocstrings-python~=2.0.0",
|
|
54
|
-
"mike~=2.1",
|
|
55
53
|
"griffe-pydantic~=1.2.0",
|
|
56
54
|
"mkdocs-mermaid2-plugin~=1.2.3",
|
|
57
55
|
"mkdocs-panzoom-plugin~=0.5.2",
|
|
56
|
+
"zensical>=0.0.15",
|
|
58
57
|
]
|
|
59
58
|
|
|
60
59
|
|
{mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/handler.py
RENAMED
|
@@ -236,11 +236,15 @@ def get_handler(
|
|
|
236
236
|
Returns:
|
|
237
237
|
GitHubHandler: An instance of GitHubHandler configured with the provided parameters.
|
|
238
238
|
"""
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
if tool_config.config_file_path is None:
|
|
240
|
+
root = Path.cwd()
|
|
241
|
+
else:
|
|
242
|
+
root = Path(tool_config.config_file_path).parent
|
|
243
|
+
repo = git.Repo(path=root, search_parent_directories=True)
|
|
244
|
+
config = GitHubConfig(**handler_config)
|
|
241
245
|
|
|
242
246
|
return GitHubHandler(
|
|
243
|
-
config=
|
|
247
|
+
config=config,
|
|
244
248
|
repo=repo,
|
|
245
249
|
**kwargs,
|
|
246
250
|
)
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
name: Docs
|
|
2
|
-
|
|
3
|
-
# Controls when the workflow will run
|
|
4
|
-
on:
|
|
5
|
-
workflow_call:
|
|
6
|
-
inputs:
|
|
7
|
-
version:
|
|
8
|
-
description: >-
|
|
9
|
-
Version of the documentation to publish
|
|
10
|
-
type: string
|
|
11
|
-
required: true
|
|
12
|
-
alias:
|
|
13
|
-
description: >-
|
|
14
|
-
(Versioned) Alias to use when publishing the versioned documentation with mike
|
|
15
|
-
type: string
|
|
16
|
-
default: "latest"
|
|
17
|
-
set-default:
|
|
18
|
-
description: >-
|
|
19
|
-
Set the alias as the default version
|
|
20
|
-
type: boolean
|
|
21
|
-
default: true
|
|
22
|
-
ref:
|
|
23
|
-
description: >-
|
|
24
|
-
The ref to checkout and use to create docs
|
|
25
|
-
type: string
|
|
26
|
-
default: ""
|
|
27
|
-
push:
|
|
28
|
-
description: >-
|
|
29
|
-
Push the documentation to the remote branch
|
|
30
|
-
type: boolean
|
|
31
|
-
default: true
|
|
32
|
-
|
|
33
|
-
permissions:
|
|
34
|
-
contents: write
|
|
35
|
-
|
|
36
|
-
jobs:
|
|
37
|
-
build:
|
|
38
|
-
runs-on: ubuntu-latest
|
|
39
|
-
|
|
40
|
-
steps:
|
|
41
|
-
- uses: actions/checkout@v6
|
|
42
|
-
with:
|
|
43
|
-
fetch-depth: 0 # Required to push to the documentation branch
|
|
44
|
-
ref: ${{ inputs.ref }}
|
|
45
|
-
|
|
46
|
-
- name: Install the latest version of uv
|
|
47
|
-
uses: astral-sh/setup-uv@v7
|
|
48
|
-
with:
|
|
49
|
-
version: "latest"
|
|
50
|
-
|
|
51
|
-
- name: Sync dependencies
|
|
52
|
-
run: |
|
|
53
|
-
uv sync --no-dev --group docs
|
|
54
|
-
|
|
55
|
-
- name: Configure Git Credentials
|
|
56
|
-
run: |
|
|
57
|
-
git config --global user.name github-actions[bot]
|
|
58
|
-
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
|
|
59
|
-
|
|
60
|
-
- name: Build documentation with mike
|
|
61
|
-
shell: bash
|
|
62
|
-
env:
|
|
63
|
-
VERSION: ${{ inputs.version }}
|
|
64
|
-
run: |
|
|
65
|
-
if [[ $VERSION =~ ^v([0-9]+)\.([0-9]+)\.([0-9]+)$ ]]; then
|
|
66
|
-
VERSION="v${BASH_REMATCH[1]}.${BASH_REMATCH[2]}.*"
|
|
67
|
-
echo "Patching version "${{ inputs.version}}" to $VERSION"
|
|
68
|
-
fi
|
|
69
|
-
uv run mike deploy ${{ fromJson(inputs.push) && '--push' || '' }} \
|
|
70
|
-
--update-aliases \
|
|
71
|
-
--branch gh-pages \
|
|
72
|
-
--alias-type symlink \
|
|
73
|
-
"${VERSION}" "${{ inputs.alias }}"
|
|
74
|
-
|
|
75
|
-
- name: Set default alias for mike
|
|
76
|
-
if: ${{ fromJson(inputs.set-default) }}
|
|
77
|
-
run: >
|
|
78
|
-
uv run mike set-default ${{ fromJson(inputs.push) && '--push' || '' }}
|
|
79
|
-
--branch gh-pages
|
|
80
|
-
${{ inputs.alias }}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/docs/overrides/partials/toc-item.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/__init__.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/config.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/objects.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.7.0 → mkdocstrings_github-0.7.1}/src/mkdocstrings_handlers/github/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|