porymap/docsrc
Marcus Huderle 0a940940e1 Update docs
2023-01-22 12:02:00 -06:00
..
_static/css docs: increase page width, add favicon 2020-10-14 19:19:17 -05:00
manual Merge pull request #485 from GriffinRichards/metatile-attr 2023-01-15 18:55:42 -05:00
reference
.gitignore
conf.py Update docs 2023-01-22 12:02:00 -06:00
index.rst document tileset and palette editors 2022-07-11 22:06:17 -04:00
make.bat
Makefile
README.md
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