summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarsBarLee <mlee@quansight.com>2021-08-24 17:25:16 +0000
committerMarsBarLee <mlee@quansight.com>2021-12-08 18:42:45 +0000
commit41d6daca37d8c99d7175cb6511d23870f23e94f1 (patch)
tree374d6e95c1a1c86f98a6c6c8b869f6bae59227c9
parent90f14c7fcac7bd32c063f4e5a4c54bfde4b3f15e (diff)
downloadnumpy-41d6daca37d8c99d7175cb6511d23870f23e94f1.tar.gz
Delete reference to html files
-rw-r--r--doc/source/conf.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a7a885c34..b88c638ec 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -82,7 +82,7 @@ extensions = [
'sphinx.ext.ifconfig',
'matplotlib.sphinxext.plot_directive',
'IPython.sphinxext.ipython_console_highlighting',
- 'IPython.sphinxext.ipython_directive',
+ 'IPython.sphinxext.ipython_directive',\
'sphinx.ext.mathjax',
]
@@ -180,11 +180,6 @@ html_theme_options = {
],
}
-
-html_additional_pages = {
- 'index': 'indexcontent.html',
-}
-
html_title = "%s v%s Manual" % (project, version)
html_static_path = ['_static']
html_last_updated_fmt = '%b %d, %Y'