Documentation for Engine3D, to look at how to get started
To install the dependencies make sure you have python and pip pre-installed already on your system.
Check https://sfsu-dev.github.io/engine3d.github.io to learn mode.
- Create virtualenv
python3 -m venv venv - Activate virtualenv
source venv/bin/activate
- Installing the dependencies for this project.
pip install -r requirements.txt
- running on linux for github to deploy
sudo apt install doxygen
- cd into Sphinx/source folder
cd Sphinx\source - run
python generate_sphinx_dyn.py - run
sphinx-build -b html ./ ../../docs/Documentation/API_Release - go back to top folder
cd ../..
- Run
build_docs.ps1
⚠️ Note: Thebuild_docs.ps1script must be executed using PowerShell.
Attempting to run it in Command Prompt or other shells may result in errors. To execute the script:
- Open PowerShell.
- Navigate to the project directory.
- Run the command:
.\build_docs.ps1- the path depends on what your trying to do but it should be absolute
- run
mkdocs serve