mirror of
https://github.com/ModOrganizer2/pystubs-generation.git
synced 2026-07-27 14:07:13 -07:00
Add missing packages for sphinx.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user