File tree 1 file changed +3
-7
lines changed 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -236,13 +236,9 @@ def rtd_yml_base(self):
236
236
if self ._rtd_yaml_base is None :
237
237
rtd_yml_dl_url = (
238
238
"https://raw.githubusercontent.com/adafruit/cookiecutter-adafruit-"
239
- "circuitpython/main/%7B%25%20if%20cookiecutter.library_prefix"
240
- "%20%25%7D%7B%7B%20cookiecutter.library_prefix%20%7C%20capitalize"
241
- "%20%7D%7D_CircuitPython%7B%25%20else%20%25%7DCircuitPython_Org%7B"
242
- "%25%20endif%20%25%7D_%7B%7B%20cookiecutter.library_name%7Creplace"
243
- "(%22%20%22%2C%20%22_%22)%7D%7D/%7B%25%20if%20cookiecutter.sphinx"
244
- "_docs%20in%20%5B'y'%2C%20'yes'%5D%20%25%7D.readthedocs.yml%7B%25"
245
- "%20endif%20%25%7D"
239
+ "circuitpython/main/%7B%7B%20cookiecutter%20and%20'tmp_repo'%20%7D"
240
+ "%7D/%7B%25%20if%20cookiecutter.sphinx_docs%20in%20%5B'y'%2C%20'yes'"
241
+ "%5D%20%25%7D.readthedocs.yml%7B%25%20endif%20%25%7D"
246
242
)
247
243
rtd_yml = requests .get (rtd_yml_dl_url )
248
244
if rtd_yml .ok :
You can’t perform that action at this time.
0 commit comments