diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e17f59d0..da527c99 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -11,15 +11,7 @@ jobs: with: submodules: true - - name: Use Python 3.12 - uses: actions/setup-python@v5 - with: - python-version: 3.12 - cache: 'pip' - cache-dependency-path: | - python/requirements.txt - c/requirements.txt - docs/requirements.txt + - run: sudo apt-get install -y python3-clang python3-pip - uses: ammaraskar/sphinx-action@master with: diff --git a/docs/requirements.txt b/docs/requirements.txt index d1a18ce0..0386823d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ sphinx>=3.1 sphinx-rtd-theme sphinx-js -hawkmoth -clang \ No newline at end of file +hawkmoth \ No newline at end of file