We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17faac3 commit 3f0e1e3Copy full SHA for 3f0e1e3
adabot/lib/circuitpython_library_validators.py
@@ -223,9 +223,9 @@ def rtd_yml_base(self):
223
if self._rtd_yaml_base is None:
224
rtd_yml_dl_url = (
225
"https://raw.githubusercontent.com/adafruit/cookiecutter-adafruit-"
226
- "circuitpython/main/%7B%7B%20cookiecutter%20and%20'tmp_repo'%20%7D"
227
- "%7D/%7B%25%20if%20cookiecutter.sphinx_docs%20in%20%5B'y'%2C%20'yes'"
228
- "%5D%20%25%7D.readthedocs.yaml%7B%25%20endif%20%25%7D"
+ "circuitpython/main/%7B%7B%20cookiecutter.__dirname%20%7D%7D/%7B%25"
+ "%20if%20cookiecutter.sphinx_docs%20in%20%5B'y'%2C%20'yes'%5D%20%25"
+ "%7D.readthedocs.yaml%7B%25%20endif%20%25%7D"
229
)
230
rtd_yml = requests.get(rtd_yml_dl_url)
231
if rtd_yml.ok:
0 commit comments