Skip to content

Commit 87ae3e3

Browse files
committed
move doc to kwgoodman.github.io/bottleneck-doc
1 parent f5284be commit 87ae3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Where
8484

8585
=================== ========================================================
8686
download https://pypi.python.org/pypi/Bottleneck
87-
docs http://berkeleyanalytics.com/bottleneck
87+
docs https://kwgoodman.github.io/bottleneck-doc
8888
code https://github.com/kwgoodman/bottleneck
8989
mailing list https://groups.google.com/group/bottle-neck
9090
=================== ========================================================

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Add any Sphinx extension module names here, as strings. They can be extensions
2525
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26-
extensions = ['sphinx.ext.autodoc','numpydoc']
26+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.githubpages', 'numpydoc']
2727

2828
# Add any paths that contain templates here, relative to this directory.
2929
templates_path = ['_templates']

0 commit comments

Comments
 (0)