new pelican version
This commit is contained in:
parent
c7d5575414
commit
439ecc07fc
@ -1 +1 @@
|
|||||||
Subproject commit 25aafb1f0988584e62bdf3feacaf4eabd5ef647b
|
Subproject commit 3d18291c90f35de46f0a18377119783282b06f79
|
@ -71,6 +71,7 @@ NOTEBOOK_DIR = 'notebooks'
|
|||||||
EXTRA_HEADER = open('_nb_header.html').read().decode('utf-8').replace(
|
EXTRA_HEADER = open('_nb_header.html').read().decode('utf-8').replace(
|
||||||
'highlight', 'highlight-ipynb')
|
'highlight', 'highlight-ipynb')
|
||||||
|
|
||||||
|
CACHE_CONTENT = True
|
||||||
LOAD_CONTENT_CACHE = True
|
LOAD_CONTENT_CACHE = True
|
||||||
|
|
||||||
# disable tags
|
# disable tags
|
||||||
|
@ -1,17 +1,29 @@
|
|||||||
|
BeautifulSoup==3.2.1
|
||||||
Jinja2==2.7.3
|
Jinja2==2.7.3
|
||||||
Markdown==2.4
|
Markdown==2.4
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Pygments==2.0.1
|
Pygments==2.0.2
|
||||||
Unidecode==0.04.17
|
Unidecode==0.04.18
|
||||||
|
argparse==1.2.1
|
||||||
|
backports.ssl-match-hostname==3.4.0.2
|
||||||
|
beautifulsoup4==4.3.2
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
certifi==14.05.14
|
certifi==14.05.14
|
||||||
docutils==0.12
|
docutils==0.12
|
||||||
feedgenerator==1.7
|
feedgenerator==1.7
|
||||||
|
functools32==3.2.3-1
|
||||||
ghp-import==0.4.1
|
ghp-import==0.4.1
|
||||||
ipython==2.3.1
|
ipython==3.1.0
|
||||||
pelican==3.5.0
|
jsonschema==2.5.1
|
||||||
python-dateutil==2.4.0
|
lxml==3.4.2
|
||||||
pytz==2014.10
|
mistune==0.5.1
|
||||||
|
pelican==3.6.0
|
||||||
|
ptyprocess==0.5
|
||||||
|
python-dateutil==2.4.2
|
||||||
|
pytz==2015.4
|
||||||
pyzmq==14.4.1
|
pyzmq==14.4.1
|
||||||
|
requests==2.6.0
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
|
terminado==0.5
|
||||||
tornado==4.0.2
|
tornado==4.0.2
|
||||||
|
wsgiref==0.1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user