Workaround readthedocs bug
This commit is contained in:
parent
774bf0cf0a
commit
dd1c4fc8c7
1
conf.py
1
conf.py
|
@ -100,6 +100,7 @@ exclude_patterns = ["*/build-*",
|
||||||
"esp8266",
|
"esp8266",
|
||||||
"examples",
|
"examples",
|
||||||
"extmod",
|
"extmod",
|
||||||
|
"frozen",
|
||||||
"lib",
|
"lib",
|
||||||
"minimal",
|
"minimal",
|
||||||
"mpy-cross",
|
"mpy-cross",
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
# dummy file to work around readthedocs bug: https://github.com/rtfd/readthedocs.org/issues/2855
|
Loading…
Reference in New Issue