[Checkins] [zopefoundation/zope.pagetemplate] a8bb76: Build documents with Sphinx for RTD

GitHub noreply at github.com
Fri Nov 3 16:27:42 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.pagetemplate
  Commit: a8bb76bc054662905d106a1a716538a00ef911b7
      https://github.com/zopefoundation/zope.pagetemplate/commit/a8bb76bc054662905d106a1a716538a00ef911b7
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    A doc-requirements.txt
    A docs/Makefile
    A docs/architecture.rst
    A docs/changelog.rst
    A docs/conf.py
    A docs/engine.rst
    A docs/hello_world.pt
    A docs/index.rst
    A docs/interfaces.rst
    A docs/make.bat
    A docs/pagetemplate.rst
    A docs/using.rst
    M setup.py
    R src/zope/pagetemplate/architecture.txt
    M src/zope/pagetemplate/engine.py
    M src/zope/pagetemplate/interfaces.py
    M src/zope/pagetemplate/pagetemplate.py
    R src/zope/pagetemplate/readme.txt
    M tox.ini

  Log Message:
  -----------
  Build documents with Sphinx for RTD

Fixes #8

Run doctests with Sphinx on all versions as well.


  Commit: 7ca5ca807d5eb0f7551f8f5e1d78e01aae3ba551
      https://github.com/zopefoundation/zope.pagetemplate/commit/7ca5ca807d5eb0f7551f8f5e1d78e01aae3ba551
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M src/zope/pagetemplate/engine.py

  Log Message:
  -----------
  Fix Sphinx doctest build under Python 3.

I don't know how it actually passes, though, since test_engine.py
includes a bunch of other regexes to normalize, and if I take those
out then running the unittest doctest fails.


  Commit: 3214e8bf565b000e3ae67996b1e9d8e31973bd52
      https://github.com/zopefoundation/zope.pagetemplate/commit/3214e8bf565b000e3ae67996b1e9d8e31973bd52
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Cross-refs to zope.tal[es] now that they're on RTD


  Commit: 5faa8cd0dbf23ff5595264043ebecc7b2de98bae
      https://github.com/zopefoundation/zope.pagetemplate/commit/5faa8cd0dbf23ff5595264043ebecc7b2de98bae
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    A doc-requirements.txt
    A docs/Makefile
    A docs/architecture.rst
    A docs/changelog.rst
    A docs/conf.py
    A docs/engine.rst
    A docs/hello_world.pt
    A docs/index.rst
    A docs/interfaces.rst
    A docs/make.bat
    A docs/pagetemplate.rst
    A docs/using.rst
    M setup.py
    R src/zope/pagetemplate/architecture.txt
    M src/zope/pagetemplate/engine.py
    M src/zope/pagetemplate/interfaces.py
    M src/zope/pagetemplate/pagetemplate.py
    R src/zope/pagetemplate/readme.txt
    M tox.ini

  Log Message:
  -----------
  Merge pull request #13 from zopefoundation/rtd-docs

Build documents with Sphinx for RTD


Compare: https://github.com/zopefoundation/zope.pagetemplate/compare/0aa5944a7180...5faa8cd0dbf2


More information about the checkins mailing list