# openvino-docs **Repository Path**: mirrors_openvinotoolkit/openvino-docs ## Basic Information - **Project Name**: openvino-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A test repository. The OpenVINO documentation is maintained in the main repository: [OFFICIAL OPENVINO DOCUMENTATION](https://github.com/openvinotoolkit/openvino) # Notes Steps: 1. Clone the repo 2. set up venv environment (please use `.venv` directory as it the .gitignore is already configured for it): ``` bash python3 -m venv .venv source .venv/bin/activate ``` 3. Run `get_openvino_repo.sh` 4. Run `install_dependencies.sh` 5. Run `build_doxygen.sh` 6. Run `sphinx-build -b html . _build/html` 7. Leave venv environment: `deactivate`