Add missing packages for sphinx.

This commit is contained in:
Mikaël Capelle
2020-07-27 19:49:51 +02:00
parent 53fbdc9198
commit ef29463b46
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
# Standard drop-in approach that should work for most people.
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "cp ../stubs/2.3.0/mobase.pyi ./mobase.py"
pre-build-command: "cp ../stubs/2.3.0/mobase.pyi ./mobase.py && pip install sphinx-rtd-theme sphinx-autodoc-typehints sphinx-automodapi"
docs-folder: "docs/"
# Publish built docs to gh-pages branch.