From: Michael Hanke Date: Sat, 19 Mar 2011 14:14:10 +0000 (-0400) Subject: Prevent duplicate blog entries and fix URL. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc0b7b947f2af39fcd06604c132e412173da1c63;p=neurodebian.git Prevent duplicate blog entries and fix URL. --- diff --git a/sphinx/booth_sfn2010.rst b/sphinx/booth_sfn2010.rst deleted file mode 120000 index 6e8536f..0000000 --- a/sphinx/booth_sfn2010.rst +++ /dev/null @@ -1 +0,0 @@ -blog/2010/2010-11-24_booth_sfn2010.rst \ No newline at end of file diff --git a/sphinx/booth_sfn2010.rst b/sphinx/booth_sfn2010.rst new file mode 100644 index 0000000..adff2da --- /dev/null +++ b/sphinx/booth_sfn2010.rst @@ -0,0 +1,2 @@ +.. include:: blog/2010/2010-11-24_booth_sfn2010.rst + :start-line: 4 diff --git a/sphinx/conf.py b/sphinx/conf.py index 34060e2..1122d95 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -213,7 +213,7 @@ latex_documents = [ # RSS feed # -------- -feed_base_url = 'http://neuro.debian.net/blog' +feed_base_url = 'http://neuro.debian.net' feed_title = "NeuroDebian Insider" feed_subtitle = "This solves all your problems" feed_description = "A blog about using the ultimate operating system in neuroscience research"