mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Python 3 syntax fixes
This commit is contained in:
committed by
Ivan Grokhotkov
parent
8edeac0cf4
commit
7dca0727e1
@ -159,7 +159,7 @@ linkcheck_anchors_ignore = ["/#!"]
|
||||
#
|
||||
# on_rtd is whether we are on readthedocs.org
|
||||
env_readthedocs = os.environ.get('READTHEDOCS', None)
|
||||
print env_readthedocs
|
||||
print(env_readthedocs)
|
||||
|
||||
if not env_readthedocs: # only import and set the theme if we're building docs locally
|
||||
import sphinx_rtd_theme
|
||||
|
Reference in New Issue
Block a user