◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
14 changes: 12 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@1.12.0
with:
working-directory: "doc/"

- name: Build Sphinx documentation
run: |
pip install -r doc/requirements.txt
sphinx-build doc/source/ ./doc/build/html/

- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down
20 changes: 0 additions & 20 deletions doc/Makefile
35 changes: 0 additions & 35 deletions doc/make.bat
12 changes: 0 additions & 12 deletions doc/requirements.txt
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ dev = [
"numpy >=2 ; python_version >= '3.10'",
"numpy <2 ; python_version < '3.10'",
]

[[project.authors]]
name = "The Contributors of the Python.NET Project"
Expand Down
Loading
Loading
Toggle all file notes Toggle all file annotations