ionelmc / cookiecutter-pylibrary

Enhanced cookiecutter template for Python libraries.
BSD 2-Clause "Simplified" License
1.25k stars 207 forks source link

Fix syntax error in .readthedocs.yml #186

Closed nealmcb closed 4 years ago

nealmcb commented 4 years ago

Fixes #185

This indentation changes fixes a Read the Docs yaml parsing failure, which surfaces as this Error:

Problem in your project's configuration. Parse error in .readthedocs.yml: YAML: mapping values are not allowed here in "" line 26, column 13: path: .

See more before-and-after in my r2b2 project: https://github.com/gwexploratoryaudits/r2b2/pull/5

Discussion at https://stackoverflow.com/a/41236822/507544

ionelmc commented 4 years ago

Thanks, don't know how I missed that.