Merge lp:~hingo/drizzle/fix-make-html into lp:~drizzle-trunk/drizzle/development
Status: | Merged |
---|---|
Merged at revision: | 2505 |
Proposed branch: | lp:~hingo/drizzle/fix-make-html |
Merge into: | lp:~drizzle-trunk/drizzle/development |
Diff against target: |
86 lines (+18/-21) 3 files modified
docs/administration/plugins.rst (+3/-3) docs/include.am (+14/-17) tests/include.am (+1/-1) |
To merge this branch: | bzr merge lp:~hingo/drizzle/fix-make-html |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Drizzle Merge Team | 2012-02-10 | Pending | |
Review via email:
|
Description of the change
Somewhere along the way we have broken the docs:
* administration/
* tar ball is missing half of the docs so make html fails spectacularly.
This fixes both. (I'd like to also add make html or make doctest to the jenkins tests, or directly into make test, but will ask for advice on that on IRC.)
Stewart Smith (stewart) wrote : | # |
Henrik Ingo (hingo) wrote : | # |
Stewart: We have also sphinx set to fail on warnings, so catching warnings is not a problem. The problem is that make doctest and make html are never run - apparently even I've managed to slip in 2 lines that generate errors.
I think adding html and doctest to the test target is the way to go.
Stewart Smith (stewart) wrote : | # |
On Sat, 11 Feb 2012 11:39:28 -0000, Henrik Ingo <email address hidden> wrote:
> Stewart: We have also sphinx set to fail on warnings, so catching
> warnings is not a problem. The problem is that make doctest and make
> html are never run - apparently even I've managed to slip in 2 lines
> that generate errors.
sounds good to me.
--
Stewart Smith
- 2506. By Henrik Ingo on 2012-02-12
-
Include generation of docs into make test, so it is actually routinely
tested. Hopefully we'll catch broken docs more often with this.
On Fri, 10 Feb 2012 21:09:24 -0000, Henrik Ingo <email address hidden> wrote:
> This fixes both. (I'd like to also add make html or make doctest to
> the jenkins tests, or directly into make test, but will ask for advice
> on that on IRC.)
I have a blog post on picking up warnings from sphinx and reporting them
through jenkins.
Unfortunately the external URL check that sphinx can automatically do
doesn't output in a standard format, so it's really hard to parse :(
--
Stewart Smith