Move documentation deps to pyproject.toml by filmor · Pull Request #2714 · pythonnet/pythonnet
- name: Doxygen Action uses: mattnotmitt/doxygen-action@1.12.0 with: working-directory: "doc/"
- name: Synchronize the virtual environment run: uv sync --managed-python --no-dev --group doc
- name: Build Sphinx documentation run: | pip install -r doc/requirements.txt sphinx-build doc/source/ ./doc/build/html/ uv run sphinx-build doc/source/ ./doc/build/html/
- name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default