# docs **Repository Path**: rvgpu/docs ## Basic Information - **Project Name**: docs - **Description**: rvgpu的文档仓库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-25 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build Build docker image use: ``` docker image build -t rvgpu/sphinx:latest . ``` Build docs in docker ``` docker run --rm -v .:/docs -u $(id -u):$(id -g) rvgpu/sphinx ```