try sphinx build

This commit is contained in:
Felix Geisendörfer 2022-12-27 15:34:22 +01:00
parent deadb69ee7
commit 5aca8834ea
2 changed files with 4 additions and 1 deletions

View file

@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- run: "mkdir -p _site && echo foo > _site/index.html"
- uses: ammaraskar/sphinx-action@master
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
Sphinx==5.3.0
sphinx-rtd-theme==1.1.1
sphinxemoji==0.2.0