Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not overflow object cross references #1369

Merged
merged 8 commits into from Nov 4, 2022
Merged

Do not overflow object cross references #1369

merged 8 commits into from Nov 4, 2022

Commits on Nov 4, 2022

  1. Copy the full SHA
    2fc5f03 View commit details
    Browse the repository at this point in the history
  2. Rebuild theme for #1369

    benjaoming committed Nov 4, 2022
    Copy the full SHA
    18484e9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    844defb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7a04705 View commit details
    Browse the repository at this point in the history
  5. we can replace sphinx-automodapi demo entirely with autosummary since…

    … it uses this under the hood
    benjaoming committed Nov 4, 2022
    Copy the full SHA
    e611a73 View commit details
    Browse the repository at this point in the history
  6. We need a python 2.7 compliant test module. Add a short-term workarou…

    …nd until this is removed in 2.0.
    benjaoming committed Nov 4, 2022
    Copy the full SHA
    a66c2e8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3e6488e View commit details
    Browse the repository at this point in the history
  8. Use a less hacky way of conditional autosummary in demo API docs

    - Use `only` directive for conditional reST instead
    - Drops 1.6 from our text matrix, it was deprecated in 1.0 release.
      There were issues with the conditional directive only on 1.6 for some
      reason.
    agjohnson committed Nov 4, 2022
    Copy the full SHA
    65b8be3 View commit details
    Browse the repository at this point in the history