porymap/docsrc
GriffinR 6a982402d9
Some checks failed
Build Porymap / build-linux (5.14.2) (push) Has been cancelled
Build Porymap / build-linux (6.8.*) (push) Has been cancelled
Build Porymap / build-macos (macos-15-intel) (push) Has been cancelled
Build Porymap / build-macos (macos-latest) (push) Has been cancelled
Build Porymap / build-static-windows (push) Has been cancelled
Update manual
2025-12-26 21:46:48 -05:00
..
_static/css
manual
reference
.gitignore
conf.py
index.rst
make.bat
Makefile
README.md Use rtd sphinx theme for docs and add docs README 2019-04-18 20:17:36 -05:00
requirements.txt

This directory holds the sources that build the porymap documentation website. It uses Sphinx to build a static website, and copy the results to the docs/ directory for GitHub Pages.

Setup

Sphinx uses Python, so you can use pip to install the dependencies:

pip install -r requirements.txt

Build

This will build the static site and copy the files to the root-level docs/ directory. The GitHub Pages site will automatically update when the commit is merged to porymap's master branch.

make github