Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

sphinx.ext.automodsumm broken with Sphinx 1.3 #148

Merged
merged 6 commits into from
Mar 30, 2015

Commits on Mar 28, 2015

  1. This is sort of unrelated, but I found a few cases in testing where t…

    …his fix was needed. This is more of a followup to astropy#130 to catch some more cases where simply calling getattr() on some objects can result in a non-AttributeError exception.
    embray committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    75ec678 View commit details
    Browse the repository at this point in the history
  2. Some minor Pthon 3 fixes

    embray committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    e738e12 View commit details
    Browse the repository at this point in the history
  3. Consistently pass in docnames (without filename extensions) instead o…

    …f full filenames (with extensions). Also fixes related to the fact that the source_suffix option can be a list in Sphinx 1.3 (actually, we avoid using that option altogether here).
    embray committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    533ba47 View commit details
    Browse the repository at this point in the history
  4. Fix to workaround regression in Sphinx 1.3 that prevented autosummary…

    … from working with objects that are imported into the module being documented, rather than being defined directly in that module. See astropy#148 (comment)
    embray committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    27f2924 View commit details
    Browse the repository at this point in the history
  5. Fixed a couple tests that were broken by earlier changes on this bran…

    …ch, and fixes the issue with Sphinx 1.3 and syntax issues using Python 2.
    embray committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    7ee7e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Configuration menu
    Copy the full SHA
    c9d588f View commit details
    Browse the repository at this point in the history