porymap/docsrc
Marcus Huderle 54be7a18a9 Merge remote-tracking branch 'tustin/path-in-config'
# Conflicts:
#	docsrc/manual/settings-and-options.rst
#	include/config.h
#	src/config.cpp
#	src/scriptapi/apimap.cpp
#	src/scriptapi/scripting.cpp
2022-09-25 10:02:24 -05:00
..
_static/css docs: increase page width, add favicon 2020-10-14 19:19:17 -05:00
manual Merge remote-tracking branch 'tustin/path-in-config' 2022-09-25 10:02:24 -05:00
reference Add content to Related Projects 2020-05-14 19:54:56 -05:00
.gitignore Add sphinx docs sources skeleton 2019-04-18 19:36:49 -05:00
conf.py docs: increase page width, add favicon 2020-10-14 19:19:17 -05:00
index.rst document tileset and palette editors 2022-07-11 22:06:17 -04:00
make.bat Add sphinx docs sources skeleton 2019-04-18 19:36:49 -05:00
Makefile Use githubpages extension, rather than manually managing .nojekyll. Cleanup recommonmark usage 2020-05-16 13:49:50 -05:00
README.md Use rtd sphinx theme for docs and add docs README 2019-04-18 20:17:36 -05:00
requirements.txt add changelog and recommonmark req 2019-04-24 17:17:29 -05:00

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