Add developer documentation
jdillard opened this issue · 0 comments
jdillard commented
How to install and test the extension as a developer.
Install:
- If your project doesn't have an extensions directory, create
_exts
and point conf.py to it:
sys.path.append(os.path.abspath('../_exts'))
- Add the
sphinx-sitemap
as a directory in your project's extensions directory, and rename it tosphinx-sitemap-dev
.
Test:
- run
pep8
on changed python files