I've published my Python package and hosted the documentation on readthedocs.
I want to know how to remove doctest flags (e.g. doctest: +ELLIPSIS
) from the documentation:
https://camphr.readthedocs.io/en/doc-doctest/
When I built the document in my local machine (make html
), the flags was properly removed.