From 11fe3751cf96ebbf3af3c1446a736cd577883495 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Wed, 16 Nov 2016 11:55:09 +0100 Subject: [PATCH 1/2] DOC Remove "Ubuntu" section from sidebar/ToC --- docs/index.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index b4272e47f..289fb2b1b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -155,7 +155,6 @@ Solving specific problems topics/firebug topics/leaks topics/media-pipeline - topics/ubuntu topics/deploy topics/autothrottle topics/benchmarking @@ -188,9 +187,6 @@ Solving specific problems :doc:`topics/media-pipeline` Download files and/or images associated with your scraped items. -:doc:`topics/ubuntu` - Install latest Scrapy packages easily on Ubuntu - :doc:`topics/deploy` Deploying your Scrapy spiders and run them in a remote server. From 8db85453939b4431be8142a7b6733acbc6d71416 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Wed, 16 Nov 2016 13:56:58 +0100 Subject: [PATCH 2/2] Add "orphan" metadata for Ubuntu packages page As described in http://www.sphinx-doc.org/en/latest/markup/misc.html#metadata --- docs/topics/ubuntu.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/ubuntu.rst b/docs/topics/ubuntu.rst index f1a870d62..679bb56ff 100644 --- a/docs/topics/ubuntu.rst +++ b/docs/topics/ubuntu.rst @@ -1,3 +1,5 @@ +:orphan: Ubuntu packages are obsolete + .. _topics-ubuntu: ===============