diff --git a/exts/__pycache__/chinese_search.cpython-36.pyc b/exts/__pycache__/chinese_search.cpython-36.pyc deleted file mode 100644 index 6f5548387fc9a445d82c391f441195d0bcd97eb5..0000000000000000000000000000000000000000 Binary files a/exts/__pycache__/chinese_search.cpython-36.pyc and /dev/null differ diff --git a/exts/__pycache__/smallseg.cpython-36.pyc b/exts/__pycache__/smallseg.cpython-36.pyc deleted file mode 100644 index b31b78c555ec1b7b82069b2e64006068f802e970..0000000000000000000000000000000000000000 Binary files a/exts/__pycache__/smallseg.cpython-36.pyc and /dev/null differ diff --git a/exts/__pycache__/zh.cpython-36.pyc b/exts/__pycache__/zh.cpython-36.pyc deleted file mode 100644 index b70669b60459b87f3c49ab3b90241ebeec6b50cb..0000000000000000000000000000000000000000 Binary files a/exts/__pycache__/zh.cpython-36.pyc and /dev/null differ diff --git a/source/conf.py b/source/conf.py index 745624c1896d9d5c9d048f1a37b6a218a8fccd6b..4e39621979f2ad018e47ddc2e2c69f0b4172f72c 100755 --- a/source/conf.py +++ b/source/conf.py @@ -64,10 +64,6 @@ html_theme = 'default' html_static_path = ['_static'] -# Output file base name for HTML help builder. -htmlhelp_basename = 'Python-Time BLOG' - - # -- Options for LaTeX output --------------------------------------------- # 注:在生成html的时候这句话要注释 @@ -91,27 +87,9 @@ latex_elements={# The paper size ('letterpaper' or 'a4paper'). \XeTeXlinebreakskip = 0pt plus 1pt """} -# man_pages = [ -# ('index', 'python3-cookbook', '《Python编程时光》', -# ['小明同学'], 1) -# ] - -# If true, show URL addresses after external links. -#man_show_urls = False - # -- Options for Texinfo output ------------------------------------------- -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -# texinfo_documents = [ -# ('index', 'Python-Time', '《Python编程时光》', -# '小明同学', 'Python-Time', '《Python编程时光》', -# 'Miscellaneous'), -# ] - - #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # 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' @@ -131,14 +109,6 @@ html_js_files = [ 'js/baidutongji.js', ] -# General configuration. -#with open("/home/docs/checkouts/readthedocs.org/user_builds/pythoncodingtime/envs/latest/lib/python3.7/site-packages/sphinxcontrib/disqus.py", "r") as file: -# content = file.read() -# content=content.replace("sphinx.application", "sphinx.errors") -# -#with open("/home/docs/checkouts/readthedocs.org/user_builds/pythoncodingtime/envs/latest/lib/python3.7/site-packages/sphinxcontrib/disqus.py", "w") as file: -# file.write(content) - author = '王炳明' copyright = '2020, Python编程时光' exclude_patterns = ['_build'] @@ -149,7 +119,7 @@ version = '1.0' # Options for extensions. disqus_shortname = 'iswbm' # Add this line to conf.py. -html_baseurl = 'http://python.iswbm.com' +html_baseurl = 'https://python.iswbm.com' html_extra_path = ["robots.txt"] html_sidebars = { diff --git a/source/index.rst b/source/index.rst index 80163d9358013539daa874565fa0960714a5464f..b19ec83015084dd0bc87723316fdb866cecd263a 100755 --- a/source/index.rst +++ b/source/index.rst @@ -15,8 +15,6 @@ Contents: preface chapters/* - leetcode/* - thanks aboutme roadmap