delete build
This commit is contained in:
10
README.rst
10
README.rst
@@ -26,19 +26,19 @@
|
||||
|
||||
1. <20><><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD><C4B5><EFBFBD>ʹ<EFBFBD><CAB9>reStructuredText<78>༭<EFBFBD><E0BCAD><EFBFBD>ο<EFBFBD> reStructuredText_
|
||||
2. <20><>ǰ<EFBFBD>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><D0B9><EFBFBD> readthedocs_ <20><>
|
||||
3. ʹ<><CAB9><EFBFBD><EFBFBD>python<6F>ٷ<EFBFBD><D9B7>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD><EFBFBD> sphinx-rtd-theme_
|
||||
3. ʹ<><CAB9><EFBFBD><EFBFBD>python<6F>ٷ<EFBFBD><D9B7>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD><EFBFBD> sphinx-rtd-theme_ <20><>Ĭ<EFBFBD><C4AC>theme<6D><65>default<6C><74><EFBFBD>õľ<C3B5><C4BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||
|
||||
::
|
||||
|
||||
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
|
||||
if not on_rtd: # only import and set the theme if we're building docs locally
|
||||
if not on_rtd: # only import and set the theme if we're building docs locally
|
||||
import sphinx_rtd_theme
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
# otherwise, readthedocs.org uses their theme by default, so no need to specify it
|
||||
# otherwise, readthedocs.org uses their theme by default, so no need to specify it
|
||||
|
||||
.. _readthedocs: https://readthedocs.org/
|
||||
.. _sphinx-rtd-theme: https://github.com/snide/sphinx_rtd_theme
|
||||
|
||||
@@ -14,10 +14,3 @@ Contents:
|
||||
preface
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user