Page MenuHomePhabricator

Use documentation builds as part of CI testing
Closed, ResolvedPublic

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

I wonder if we should be using -nW

    -n                nit-picky mode, warn about all missing references
[...]
    -W                turn warnings into errors

This would make it so that any missing ref would cause an error. We'd need to do some work to make docs build correctly in order to get this to pass, but it seems like it would be an asset for later.

I just updated the wikimedia/revscoring PR with -anW and did the work to get it passing.

OK all the repos should be good to go now. @ACraze please review my work and feel free to merge.

Alrighty @Halfak I have the article quality and revscoring PRs passing now:

https://github.com/wikimedia/articlequality/pull/94

https://github.com/wikimedia/revscoring/pull/451

Also I have added a new task for the intersphinx sklearn issue: T233270

Halfak moved this task from Review to Completed on the Machine-Learning-Team (Active Tasks) board.

Awesome. Merged. Looks like we're good here.