jdillard/sphinx-sitemap

Add developer documentation

jdillard opened this issue · 0 comments

How to install and test the extension as a developer.

Install:

  1. If your project doesn't have an extensions directory, create _exts and point conf.py to it:
    sys.path.append(os.path.abspath('../_exts'))
  2. Add the sphinx-sitemap as a directory in your project's extensions directory, and rename it to sphinx-sitemap-dev.

Test:

  1. run pep8 on changed python files