1 Star 0 Fork 144

openeuler_distributed/third_party_mbedtls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.readthedocs.yaml 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐杰 提交于 2023-10-13 21:17 +08:00 . update mbedtls to V3.4.1
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
jobs:
pre_build:
- make apidoc
- breathe-apidoc -o docs/api apidoc/xml
# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: dirhtml
configuration: docs/conf.py
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler_distributed/third_party_mbedtls.git
git@gitee.com:openeuler_distributed/third_party_mbedtls.git
openeuler_distributed
third_party_mbedtls
third_party_mbedtls
master

搜索帮助