readthedocs / readthedocs-build

Work in Progress builder
19 stars 25 forks source link

Fix config find file ordering #22

Closed agjohnson closed 7 years ago

agjohnson commented 7 years ago

The tests are failing arbitrarily as the find mechanism uses os.path.walk, which according to the docs, returns files in an arbitrary order. If we want directory preference here, we need to enforce it.