Re: [PATCH v2] Use sphinx.version_info directly instead of parsing

2017-03-31 Thread Remy Leone
Hello, Did this patch got applied? Best regards Rémy Le 20/03/2017 à 16:37, Remy Leone a écrit : From: Rémy Léone Using the development version of sphinx caused the parsing of the version to fail. Signed-off-by: Rémy Léone --- Documentation/conf.py | 4 ++-- Documentation

[PATCH v2] Use sphinx.version_info directly instead of parsing

2017-03-20 Thread Remy Leone
From: Rémy Léone Using the development version of sphinx caused the parsing of the version to fail. Signed-off-by: Rémy Léone --- Documentation/conf.py | 4 ++-- Documentation/sphinx/cdomain.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/conf.

[PATCH 216/216] Use sphinx.version_info directly instead of parsing

2017-03-20 Thread Remy Leone
From: Rémy Léone Using the development version of sphinx caused the parsing of the version to fail. Signed-off-by: Rémy Léone --- Documentation/conf.py | 2 +- Documentation/sphinx/cdomain.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/conf.py

Error in make linkcheckdocs

2017-03-13 Thread Remy Leone
Hello, I've noticed that this bug started to happen : When I try to launch make linkcheckdocs, the build block and cannot either fail or return. When launching the command : sphinx-build . output -b linkcheck -vvv from the Documentation directory, I get the following error: SystemMessage:

Re: [PATCH v4] Add a target to check broken external links in the Documentation

2017-02-15 Thread Remy Leone
Le 15/02/2017 à 13:53, Jonathan Corbet a écrit : On Wed, 15 Feb 2017 13:28:54 +0100 Remy Leone wrote: I got a question: what are the next steps for a patch before being merged? From what I understood, there is lieutenants that maintain a series of patches before Linus review and merge them

Re: [PATCH v4] Add a target to check broken external links in the Documentation

2017-02-15 Thread Remy Leone
Le 15/02/2017 à 13:24, Jani Nikula a écrit : On Wed, 15 Feb 2017, Remy Leone wrote: From: Rémy Léone Documentation shouldn't have broken links. sphinx linkcheck builder scans all documents for external links, tries to open them with urllib2, and writes an overview which ones are broke

[PATCH v4] Add a target to check broken external links in the Documentation

2017-02-15 Thread Remy Leone
From: Rémy Léone Documentation shouldn't have broken links. sphinx linkcheck builder scans all documents for external links, tries to open them with urllib2, and writes an overview which ones are broken and redirected to standard output and to output.txt in the output directory. Signed-off-by: R

Re: [PATCH v2] Add a target to check broken external links in the Documentation

2017-02-15 Thread Remy Leone
Le 15/02/2017 à 11:11, Jani Nikula a écrit : On Tue, 14 Feb 2017, Remy Leone wrote: From: Rémy Léone Documentation shouldn't have broken links. sphinx linkcheck builder scans all documents for external links, tries to open them with urllib2, and writes an overview which ones are broke

[PATCH v3] Add a target to check broken external links in the Documentation

2017-02-15 Thread Remy Leone
From: Rémy Léone Documentation shouldn't have broken links. sphinx linkcheck builder scans all documents for external links, tries to open them with urllib2, and writes an overview which ones are broken and redirected to standard output and to output.txt in the output directory. Signed-off-by: R

Re: [PATCH] Add a target to check broken external links in the Documentation

2017-02-14 Thread Remy Leone
: On Tue, 14 Feb 2017, Remy Leone wrote: I've got a question, when I receive review on a patch, is it better to resubmit or to reply inside the same thread? Depends on the subsystem, maintainer, and the phase of the Moon. ;) I'm not the documentation maintainer, but personally I pref

Re: [PATCH] Add a target to check broken external links in the Documentation

2017-02-14 Thread Remy Leone
Hello Thanks for the quick answer. Le 14/02/2017 à 13:28, Jani Nikula a écrit : Hi Remy, I like what this does, and it'll be helpful in ensuring we don't have broken links. However, there are some issues. It's my first Linux kernel patch so this was expected :) Documentation/DocBook/Makefi

[PATCH v2] Add a target to check broken external links in the Documentation

2017-02-14 Thread Remy Leone
From: Rémy Léone Documentation shouldn't have broken links. sphinx linkcheck builder scans all documents for external links, tries to open them with urllib2, and writes an overview which ones are broken and redirected to standard output and to output.txt in the output directory. Signed-off-by: R

[PATCH] Add a target to check broken external links in the Documentation

2017-02-14 Thread Remy Leone
From: Rémy Léone Signed-off-by: Rémy Léone --- Documentation/Makefile.sphinx | 3 +++ Documentation/conf.py | 2 +- Makefile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx index 70