We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8f3238 + 3157bdd commit 704a45eCopy full SHA for 704a45e
doc/Makefile
@@ -4,7 +4,7 @@
4
# You can set these variables from the command line.
5
SPHINXOPTS =
6
SPHINXBUILD = sphinx-build
7
-SPHINXPROJ = PACKAGE_NAME
+SPHINXPROJ = pysal
8
SOURCEDIR = .
9
BUILDDIR = _build
10
doc/conf.py
@@ -42,7 +42,8 @@
42
'sphinx.ext.mathjax',
43
'sphinx.ext.doctest',
44
'sphinx.ext.intersphinx',
45
- 'sphinx.ext.napoleon',
+ 'numpydoc',
46
+ #'sphinx.ext.napoleon',
47
'matplotlib.sphinxext.plot_directive']
48
49
doc/make.bat
@@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR=.
11
set BUILDDIR=_build
12
-set SPHINXPROJ=PACKAGE_NAME
+set SPHINXPROJ=pysal
13
14
if "%1" == "" goto help
15
0 commit comments