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

Namespace package fix #177

Merged
merged 6 commits into from
Dec 27, 2023

Commits on Sep 25, 2023

  1. Fix mansenfranzen#176 - Remove `sphinxcontrib/__init__.py causing `…

    …`ModuleNotFoundError`` exception in some environments. This should be a namespace package per `PEP 420 <https://peps.python.org/pep-0420/>`__ without ``__init_.py`` to match with other extensions.
    devmonkey22 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    57e0622 View commit details
    Browse the repository at this point in the history
  2. Update conftest to use pathlib instead of older Sphinx ``sphi…

    …nx.testing.path`` module that is being deprecated for forward-compatibility with newer Sphinx versions.
    devmonkey22 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    dab7018 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    60afcf7 View commit details
    Browse the repository at this point in the history
  2. Improve changelog.

    mansenfranzen committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bb08ed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd2715 View commit details
    Browse the repository at this point in the history