build: change docs configuration to build XML

So it can be used as a part of CI for the website
This commit is contained in:
2025-07-08 01:52:56 +02:00
parent d07ca9953d
commit 7fcc14fdea
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
sphinx-apidoc -f -o . src && make html
sphinx-apidoc -f -o . src && make xml