Lines Matching +full:python3 +full:- +full:lxml
8 doc-older-sphinx:
9 runs-on: ubuntu-22.04
11 - name: Checkout repository
13 - name: Linux setup
15 sudo apt-get update -qq
16 sudo apt-get install -y doxygen python3-lxml python3-pip python3-sphinx
18 - name: Build documentation
21 make -f Makefile.in SPHINX_ARGS=-W htmlsrc
22 doc-newest-sphinx:
23 runs-on: ubuntu-latest
25 - name: Checkout repository
27 - name: Linux setup
29 sudo apt-get update -qq
30 sudo apt-get install -y doxygen python3-lxml python3-pip
32 - name: Build documentation
35 make -f Makefile.in SPHINX_ARGS=-W htmlsrc
36 - name: Upload HTML
37 uses: actions/upload-artifact@v4
41 retention-days: 7