mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 21:38:56 +08:00
DOC: Separate config sections in conf.py
This commit is contained in:
+3
-4
@@ -221,9 +221,6 @@ latex_documents = [
|
||||
# -----------------------------------------------------------------------------
|
||||
# Numpy extensions
|
||||
# -----------------------------------------------------------------------------
|
||||
# Make numpydoc to generate plots for example sections
|
||||
#numpydoc_use_plots = True
|
||||
|
||||
numpydoc_show_class_members = False
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
@@ -259,7 +256,9 @@ plot2rst_index_name = 'README'
|
||||
plot2rst_rcparams = {'image.cmap' : 'gray',
|
||||
'image.interpolation' : 'none'}
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# intersphinx
|
||||
# -----------------------------------------------------------------------------
|
||||
_python_doc_base = 'http://docs.python.org/2.7'
|
||||
intersphinx_mapping = {
|
||||
_python_doc_base: None,
|
||||
|
||||
Reference in New Issue
Block a user