Alex Davies
76b42682c9
Build Docs / build (push) Successful in 29s
Details
|
||
---|---|---|
.. | ||
source | ||
Makefile | ||
README.md | ||
make.bat |
README.md
If you have a correctly configured sphinx environment you can build this project
using make html latexpdf
.
You can also use nektos/act to build this project in the same way our build does.
cd ../ #Make sure you're in the project root, you should have a hidden folder
# named ./.github/workflows available.
act --artifact-server-path ./doc-build
Your compiled doc project will now be in the ./doc-build folder.