mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Conform Style Guide
This commit is contained in:
parent
08fd07a1ef
commit
c6073cb5de
@ -22,9 +22,6 @@ import os
|
|||||||
|
|
||||||
# -- Run DoxyGen to prepare XML for Sphinx---------------------------------
|
# -- Run DoxyGen to prepare XML for Sphinx---------------------------------
|
||||||
# ref. https://github.com/rtfd/readthedocs.org/issues/388
|
# ref. https://github.com/rtfd/readthedocs.org/issues/388
|
||||||
#
|
|
||||||
# added by krzychb, 24-Oct-2016
|
|
||||||
#
|
|
||||||
|
|
||||||
from subprocess import call, Popen, PIPE
|
from subprocess import call, Popen, PIPE
|
||||||
import shlex
|
import shlex
|
||||||
@ -298,8 +295,6 @@ texinfo_documents = [
|
|||||||
# -- Use sphinx_rtd_theme for local builds --------------------------------
|
# -- Use sphinx_rtd_theme for local builds --------------------------------
|
||||||
# ref. https://github.com/snide/sphinx_rtd_theme#using-this-theme-locally-then-building-on-read-the-docs
|
# ref. https://github.com/snide/sphinx_rtd_theme#using-this-theme-locally-then-building-on-read-the-docs
|
||||||
#
|
#
|
||||||
# added by krzychb, 24-Oct-2016
|
|
||||||
#
|
|
||||||
# on_rtd is whether we are on readthedocs.org
|
# on_rtd is whether we are on readthedocs.org
|
||||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user