diff options
| author | 2024-10-05 18:10:34 +0800 | |
|---|---|---|
| committer | 2024-10-05 18:10:34 +0800 | |
| commit | 4c8caa60508f1c23b21343b82bfba525b8c610a5 (patch) | |
| tree | a40cd59eb78d60349431d977f11587cbc97fb9ac /pdm.lock | |
| parent | e614fd92c3288dd862ffb696cacaa9aadd11516c (diff) | |
| download | HydroRoll-4c8caa60508f1c23b21343b82bfba525b8c610a5.tar.gz HydroRoll-4c8caa60508f1c23b21343b82bfba525b8c610a5.zip | |
feat(docs): update requirements and docs content with new sphinx extensions and translations
Diffstat (limited to 'pdm.lock')
| -rw-r--r-- | pdm.lock | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -5,7 +5,7 @@ groups = ["default", "dev", "docs", "pygments"] strategy = ["cross_platform"] lock_version = "4.5.0" -content_hash = "sha256:73c983e0c428ef724ad782d5a1d6fc97507038bf6fe15c54db85723bca4953de" +content_hash = "sha256:ff94024bc4f914003e4bedd14669f044799ecadfdbfab59ac08ac94e5431f17c" [[metadata.targets]] requires_python = ">=3.9" @@ -1878,6 +1878,20 @@ files = [ ] [[package]] +name = "sphinxcontrib-httpdomain" +version = "1.8.1" +requires_python = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" +summary = "Sphinx domain for documenting HTTP APIs" +dependencies = [ + "Sphinx>=1.6", + "six", +] +files = [ + {file = "sphinxcontrib-httpdomain-1.8.1.tar.gz", hash = "sha256:6c2dfe6ca282d75f66df333869bb0ce7331c01b475db6809ff9d107b7cdfe04b"}, + {file = "sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl", hash = "sha256:21eefe1270e4d9de8d717cc89ee92cc4871b8736774393bafc5e38a6bb77b1d5"}, +] + +[[package]] name = "sphinxcontrib-jsmath" version = "1.0.1" requires_python = ">=3.5" |
