testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.44k stars 270 forks source link

docs: need to update new container instructions since discovering glob #607

Closed alexanderankin closed 2 weeks ago

alexanderankin commented 1 month ago

you no longer need to add your README.rst file to a list to fix the docs build for a new container. you still need to do this for poetry, but docs should reflect the the new modules/index.rst file whenever that becomes a reality:

Community Modules
=================

..
    glob:
    https://stackoverflow.com/a/44572883/4971476

.. toctree::
    :glob:

    */README