MrDogeBro / sphinx_rtd_dark_mode

Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
sphinx-rtd-dark-mode.vercel.app
MIT License
49 stars 15 forks source link

Exclude tests from find_packages #26

Closed brolewis closed 3 years ago

brolewis commented 3 years ago

closes #25

Removes tests/__init__.py and tests/build.py files that leads find_packages to treating tests as a package dir, which will prevent a user of sphinx_rtd_dark_mode from importing from a repo-local test directory.